mirror of https://github.com/axmolengine/axmol.git
21 lines
431 B
Lua
21 lines
431 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module HBox
|
||
|
-- @extend Layout
|
||
|
|
||
|
--------------------------------
|
||
|
-- overload function: create(size_table)
|
||
|
--
|
||
|
-- overload function: create()
|
||
|
--
|
||
|
-- @function [parent=#HBox] create
|
||
|
-- @param self
|
||
|
-- @param #size_table size
|
||
|
-- @return HBox#HBox ret (retunr value: ccui.HBox)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#HBox] HBox
|
||
|
-- @param self
|
||
|
|
||
|
return nil
|