mirror of https://github.com/axmolengine/axmol.git
56 lines
1.9 KiB
Lua
56 lines
1.9 KiB
Lua
|
|
--------------------------------
|
|
-- @module RelativeLayoutParameter
|
|
-- @extend LayoutParameter
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RelativeLayoutParameter] setAlign
|
|
-- @param self
|
|
-- @param #ccui.RelativeLayoutParameter::RelativeAlign relativealign
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RelativeLayoutParameter] setRelativeToWidgetName
|
|
-- @param self
|
|
-- @param #string str
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RelativeLayoutParameter] getRelativeName
|
|
-- @param self
|
|
-- @return string#string ret (return value: string)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RelativeLayoutParameter] getRelativeToWidgetName
|
|
-- @param self
|
|
-- @return string#string ret (return value: string)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RelativeLayoutParameter] setRelativeName
|
|
-- @param self
|
|
-- @param #string str
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RelativeLayoutParameter] getAlign
|
|
-- @param self
|
|
-- @return RelativeLayoutParameter::RelativeAlign#RelativeLayoutParameter::RelativeAlign ret (return value: ccui.RelativeLayoutParameter::RelativeAlign)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RelativeLayoutParameter] create
|
|
-- @param self
|
|
-- @return RelativeLayoutParameter#RelativeLayoutParameter ret (return value: ccui.RelativeLayoutParameter)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RelativeLayoutParameter] createCloneInstance
|
|
-- @param self
|
|
-- @return LayoutParameter#LayoutParameter ret (return value: ccui.LayoutParameter)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RelativeLayoutParameter] copyProperties
|
|
-- @param self
|
|
-- @param #ccui.LayoutParameter layoutparameter
|
|
|
|
--------------------------------
|
|
-- @function [parent=#RelativeLayoutParameter] RelativeLayoutParameter
|
|
-- @param self
|
|
|
|
return nil
|