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