$toolbar » History » Revision 3
« Previous |
Revision 3/15
(diff)
| Next »
Per Amundsen, 11/11/2015 09:58 PM
Added in 1.9.3
$toolbar
Returns $true if Toolbar is visible, otherwise $false.
$toolbar(name||N)
Returns properties for a Toolbar button.
Parameters
name||N - Toolbar item name or the Nth item, if N = 0, number of Toolbar items.
Properties
.name - Toolbar item name.
.type - TODO (button)
.tip - Toolbar tooltip text.
.alias - Toolbar alias.
.popup - Toolbar popup name.
.width - Toolbar item width.
.height - Toolbar item height.
.wide - TODO ($true)
.enabled - $true if the Toolbar item is enabled, otherwise $false.
.visible - $true if the Toolbar item is visible, otherwise $false.
.checked - $true if the Toolbar item is checked, otherwise $false.
.alpha - TODO (0)
Updated by Per Amundsen about 9 years ago · 3 revisions