Difference between revisions of "cock.setControls"
m (→See also) |
m |
||
Line 1: | Line 1: | ||
Creates control layouts from specifically formatted data table. | Creates control layouts from specifically formatted data table. | ||
− | == | + | == Function == |
− | === | + | === Synopsis === |
<source lang="Lua">cock.setControls ( self, data )</source> | <source lang="Lua">cock.setControls ( self, data )</source> | ||
=== Arguments === | === Arguments === |
Latest revision as of 15:09, 2 September 2013
Creates control layouts from specifically formatted data table.
Contents
Function
Synopsis
cock.setControls ( self, data )
Arguments
table self
- Control object to use.
table data
- Specifically formated setup data to build layouts from.
See also
- cock.setDefault
- Common Organization of Controls Kit Setup data
- Common Organization of Controls Kit Manual
- Common Organization of Controls Kit