Grid style
From TargetWiki
A grid style is a specialization of a widget style. It controls they way a grid is drawn on the screen. All widget style functions can also be called on a grid style.
Since a grid style is a Lua object, calls should use the object:function() syntax. Also, all Lua object functions can also be called on a grid style.
[edit]
Functions
- margin()
- Returns the margin between grid cells in pixels.
- setmargin( <number> )
- Sets the margin between grid cells in pixels.
Categories: Lua | GUI | Widget styles
