2014-06-25 17:17:16 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module RelativeBox
|
|
|
|
-- @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=#RelativeBox] 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=#RelativeBox] create
|
|
|
|
-- @param self
|
|
|
|
-- @param #size_table size
|
2014-10-17 22:56:22 +08:00
|
|
|
-- @return RelativeBox#RelativeBox ret (return value: ccui.RelativeBox)
|
2014-06-25 17:17:16 +08:00
|
|
|
|
2015-05-05 11:31:53 +08:00
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#RelativeBox] 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=#RelativeBox] RelativeBox
|
|
|
|
-- @param self
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return RelativeBox#RelativeBox self (return value: ccui.RelativeBox)
|
2014-06-25 17:17:16 +08:00
|
|
|
|
|
|
|
return nil
|