File ../../LibScriptableWidgets-1.0/LibScriptableWidgetGestures-1.0/LibScriptableWidgetGestures-1.0.lua
Functions
WidgetGestures:Del () | Delete a LibScriptableWidgetGestures object |
WidgetGestures:GetOptions (db, callback, data) | Get an Ace3 option table. |
WidgetGestures:New (visitor, name, config, errorLevel) | Create a new LibScriptableWidgetGestures object |
WidgetGestures:Start () | Start a LibScriptableWidgetGestures |
WidgetGestures:Stop () | Stop a LibScriptableWidgetGestures |
WidgetGestures:Update () | Update widget |
Functions
- WidgetGestures:Del ()
-
Delete a LibScriptableWidgetGestures object
Usage:
:Del()Return value:
Nothing - WidgetGestures:GetOptions (db, callback, data)
-
Get an Ace3 option table. Plug this into a group type's args.
Parameters
- db: The database table
- callback: Provide this if you want to execute the callback once an option is changed
- data: Some data to pass when executing the callback
Return value:
An Ace3 options table: `name.args = options`. - WidgetGestures:New (visitor, name, config, errorLevel)
-
Create a new LibScriptableWidgetGestures object
Parameters
- visitor: An LibScriptableCore-1.0 object, or provide your own
- name: A name for the gesture widget
- config: This timeer's parameters
- errorLevel: The errorLevel for this object
Usage:
WidgetGestures:New(visitor, name, config, errorLevel)Return value:
A new LibScriptableWidgetGestures widget - WidgetGestures:Start ()
-
Start a LibScriptableWidgetGestures
Usage:
object:Start()Return value:
Nothing - WidgetGestures:Stop ()
-
Stop a LibScriptableWidgetGestures
Usage:
object:Stop()Return value:
Nothing - WidgetGestures:Update ()
-
Update widget
Usage:
:Update()Return value:
Nothing [[