-
Notifications
You must be signed in to change notification settings - Fork 0
Widget
Starlon edited this page Nov 30, 2011
·
1 revision
<tr>
<td class="name" nowrap><a href="#LibWidget:Del">LibWidget:Del</a> ()</td>
<td class="summary">Delete this widget </td>
</tr>
<tr>
<td class="name" nowrap><a href="#LibWidget:GetOptions">LibWidget:GetOptions</a> (db, callback, data)</td>
<td class="summary">Get an Ace3 option table.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#LibWidget:IntersectUpdate">LibWidget:IntersectUpdate</a> (frame, intersectFrame)</td>
<td class="summary">Check for intersecting frames.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#LibWidget:New">LibWidget:New</a> (child, visitor, name, config, row, col, layer, typeOf, errorLevel, type)</td>
<td class="summary">Create a new LibScriptableWidget object </td>
</tr>
- LibWidget:Del ()
- Delete this widget object:Del() Nothing
- LibWidget:GetOptions (db, callback, data)
-
Get an Ace3 option table. Plug this into a group type's args.
An Ace3 options table: `name.args = options`.
<li> db: The database table </li> <li> callback: Provide this if you want to execute the callback once an option is changed </li> <li> data: Some data to pass when executing the callback </li> - LibWidget:IntersectUpdate (frame, intersectFrame)
-
Check for intersecting frames.
IntersectUpdate(objects) Nothing
<li> frame: An optional Frame object. </li> <li> intersectFrame: </li> - LibWidget:New (child, visitor, name, config, row, col, layer, typeOf, errorLevel, type)
-
Create a new LibScriptableWidget object
WidgetText:New(child, visitor, name, config, row, col, layer, typeOf, errorLevel) A new LibScriptableWidgetText object
<li> child: </li> <li> visitor: An LibScriptableCore-1.0 object, or provide your own </li> <li> name: </li> <li> config: This widget's parameters </li> <li> row: This widget's row </li> <li> col: This widget's column </li> <li> layer: This widget's layer </li> <li> typeOf: </li> <li> errorLevel: The error level for this object. </li> <li> type: Dict of widget types. </li>