ToolBar#
Description of a RC file toolbar. More...
import Script
Properties#
| Name | |
|---|---|
| array<string> | actionIds |
| array<ToolBarItem> | children |
| size | iconSize |
| string | id |
Methods#
| Name | |
|---|---|
| bool | contains(string id) |
Property Documentation#
array<string> actionIds#
This property holds all action ids used in the toolbar.
array<ToolBarItem> children#
This property holds the list of toolbar items inside in the toolbar.
size iconSize#
This property holds the size of the icon associated to the toolbar.
string id#
This property holds the id of the toolbar.
Method Documentation#
bool contains(string id)#
Returns true if the toolbar contains the given id