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
|
|
|
|
|
|
|
--------------------------------
|
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
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Default constructor
|
2014-06-25 17:17:16 +08:00
|
|
|
-- @function [parent=#RelativeBox] RelativeBox
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|