Difference between revisions of "Toolbar"

From Lianjapedia
Jump to: navigation, search
Line 36: Line 36:
 
!Args
 
!Args
 
!width="50%"|Description
 
!width="50%"|Description
|-
 
|valign="top"|AddObject
 
|valign="top"|existing as Object | newobject as Character, class as Character
 
|valign="top"|Add an existing object or a new object, in which case the object's class must also be specified
 
|-
 
|RemoveObject
 
|existing as Object
 
|Remove the specified object
 
 
|-
 
|-
 
|valign="top"|AddAction
 
|valign="top"|AddAction
 
|valign="top"|icon as Character, action as Character
 
|valign="top"|icon as Character, action as Character
 
|valign="top"|Add an action, specifying the icon filename and the action text.  The action text is displayed when the mouse hovers over the icon and passed to the toolbar.click(action) event when the icon is clicked
 
|valign="top"|Add an action, specifying the icon filename and the action text.  The action text is displayed when the mouse hovers over the icon and passed to the toolbar.click(action) event when the icon is clicked
 +
|-
 +
|valign="top"|AddObject
 +
|valign="top"|existing as Object | newobject as Character, class as Character
 +
|valign="top"|Add an existing object or a new object, in which case the object's class must also be specified
 
|-
 
|-
 
|AddSeparator
 
|AddSeparator
 
|None
 
|None
 
|Add a vertical separator line
 
|Add a vertical separator line
 +
|-
 +
|RemoveObject
 +
|existing as Object
 +
|Remove the specified object
 
|-
 
|-
 
|}
 
|}

Revision as of 11:59, 30 April 2013

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Floatable RW Boolean Whether the object is floatable
Moveable RW Boolean Whether the object is moveable
Orientation RW Numeric Orientation: 0 = horizontal, >0 = vertical

Methods

This class supports the Common Methods plus the following:

Method Args Description
AddAction icon as Character, action as Character Add an action, specifying the icon filename and the action text. The action text is displayed when the mouse hovers over the icon and passed to the toolbar.click(action) event when the icon is clicked
AddObject existing as Object | newobject as Character, class as Character Add an existing object or a new object, in which case the object's class must also be specified
AddSeparator None Add a vertical separator line
RemoveObject existing as Object Remove the specified object

Events

This class supports the Common Events plus the following:

Event Args Description
click action as Character Occurs when an action button in the toolbar is clicked