The Toolbar object represents a toolbar. Toolbar objects can represent a specific instance of a toolbar (open in a specific Lister), and can also represent the toolbar itself, on disk, that doesn't have to currently be open at all.
Property Name | Return Type | Description |
---|---|---|
<default value> |
string |
Returns the name of the toolbar. |
bool |
Returns True if this is a default (factory-provided) toolbar, or False if it was user-created. |
|
collection:Lister |
Returns a collection of Lister objects representing any and all Listers this toolbar is currently open in. |
|
collection:Dock |
Returns a collection of Dock objects representing any currently floating instances of this toolbar. |
|
string |
Returns a string indicating the group (position) of a particular instance of this toolbar. The returned string will be one of top, bottom, left, right, center, fdright, fdbottom, tree. |
|
int |
Returns the line number within the toolbar's group that it resides on. For example, the first toolbar at the top of the Lister would have a line of 0. |
|
int |
Returns the pixel position from the left/top of the toolbar's line. If there are two or more toolbars with the same line number, the pos value determines the order they appear in. |