View
From TargetWiki
A View is a type of widget. All widget functions can also be called on a view. Since a view is a Lua object, calls should use the object:function() syntax. Also, all Lua object functions can also be called on a view.
[edit]
Functions
- view()
- Returns ...
- setview()
- Sets ...
Categories: Lua | GUI | Widgets
