mirror of https://github.com/axmolengine/axmol.git
22 lines
567 B
Lua
22 lines
567 B
Lua
|
|
--------------------------------
|
|
-- @module RelativeBox
|
|
-- @extend Layout
|
|
-- @parent_module ccui
|
|
|
|
--------------------------------
|
|
-- @overload self, size_table
|
|
-- @overload self
|
|
-- @function [parent=#RelativeBox] create
|
|
-- @param self
|
|
-- @param #size_table size
|
|
-- @return RelativeBox#RelativeBox ret (return value: ccui.RelativeBox)
|
|
|
|
--------------------------------
|
|
-- Default constructor
|
|
-- @function [parent=#RelativeBox] RelativeBox
|
|
-- @param self
|
|
-- @return RelativeBox#RelativeBox self (return value: ccui.RelativeBox)
|
|
|
|
return nil
|