Difference between revisions of "cock.setControls"

m (See also)
m (Arguments)
Line 5: Line 5:
 
=== Arguments ===
 
=== Arguments ===
 
{{param|table|self|Control object to use.}}
 
{{param|table|self|Control object to use.}}
{{param|table|data|Specifically formated [[cock.setupdata|setup data]] to build layouts from.}}
+
{{param|table|data|Specifically formated [[Common Organization of Controls Kit Setup data|setup data]] to build layouts from.}}
 +
 
 
==See also==
 
==See also==
 
*[[cock.setDefault]]
 
*[[cock.setDefault]]

Revision as of 11:13, 1 September 2013

Creates control layouts from specifically formatted data table.

Synopsis

Function

cock.setControls ( self, data )

Arguments

table self
Control object to use.
table data
Specifically formated setup data to build layouts from.

See also