Toolbar
From Lianjapedia
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
Contents
Description
Shown below in a standalone Form. Click the image to see in a Custom Section in a Lianja Page.
The Toolbar is a Container for controls and action buttons.
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 |