Difference between revisions of "cock.setControls"

m (See also)
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Creates control layouts from specifically formatted data table.
 
Creates control layouts from specifically formatted data table.
== Synopsis ==
+
== Function ==
=== Function ===
+
=== Synopsis ===
 
<source lang="Lua">cock.setControls ( self, data )</source>
 
<source lang="Lua">cock.setControls ( self, data )</source>
 
=== 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]]
*[[cock.setupdata]]
+
*[[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]]

Latest revision as of 15:09, 2 September 2013

Creates control layouts from specifically formatted data table.

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