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