2014-06-25 17:17:16 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module HBox
|
|
|
|
-- @extend Layout
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module ccui
|
2014-06-25 17:17:16 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- 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
|