2014-06-25 17:17:16 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module VBox
|
|
|
|
-- @extend Layout
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module ccui
|
2014-06-25 17:17:16 +08:00
|
|
|
|
2015-05-05 11:31:53 +08:00
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#VBox] initWithSize
|
|
|
|
-- @param self
|
|
|
|
-- @param #size_table size
|
|
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
|
2014-06-25 17:17:16 +08:00
|
|
|
--------------------------------
|
2014-07-17 10:28:34 +08:00
|
|
|
-- @overload self, size_table
|
|
|
|
-- @overload self
|
2014-06-25 17:17:16 +08:00
|
|
|
-- @function [parent=#VBox] create
|
|
|
|
-- @param self
|
|
|
|
-- @param #size_table size
|
2014-10-17 22:56:22 +08:00
|
|
|
-- @return VBox#VBox ret (return value: ccui.VBox)
|
2014-06-25 17:17:16 +08:00
|
|
|
|
2015-05-05 11:31:53 +08:00
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#VBox] init
|
|
|
|
-- @param self
|
|
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
|
2014-06-25 17:17:16 +08:00
|
|
|
--------------------------------
|
2015-03-31 12:01:57 +08:00
|
|
|
-- Default constructor<br>
|
|
|
|
-- js ctor<br>
|
|
|
|
-- lua new
|
2014-06-25 17:17:16 +08:00
|
|
|
-- @function [parent=#VBox] VBox
|
|
|
|
-- @param self
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return VBox#VBox self (return value: ccui.VBox)
|
2014-06-25 17:17:16 +08:00
|
|
|
|
|
|
|
return nil
|