Difference between revisions of "cock.new"
m |
m (→See also) |
||
Line 14: | Line 14: | ||
*[[cock.find]] | *[[cock.find]] | ||
*[[Common Organization of Controls Kit Setup data]] | *[[Common Organization of Controls Kit Setup data]] | ||
− | |||
*[[parent::Common Organization of Controls Kit Manual]] | *[[parent::Common Organization of Controls Kit Manual]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Revision as of 19:18, 2 September 2013
Creates a new control object.
Function
Synopsis
control = cock.new ( id, data )
Arguments
string id
- Optional. An identifier to use for this object. Generated automatically if not provided.
table data
- Optional. Specifically formated setup data to build layouts from. Will not instantly create layout if not provided.
Returns
table control
- Newly created control object
See also
- cock.delete
- cock.find
- Common Organization of Controls Kit Setup data
- Common Organization of Controls Kit Manual
- Common Organization of Controls Kit