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.
== Synopsis ==
+
== Function ==
=== 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.

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