$toolbar » History » Revision 11
« Previous |
Revision 11/15
(diff)
| Next »
Per Amundsen, 03/27/2021 06:09 PM
Added in 1.9.3
$toolbar
Returns $true if the Treebar is visible, otherwise $false.
$toolbar(name||N)
Returns properties for a Treebar button.
Parameters
name||N - Toolbar item name or the Nth item, if N = 0, number of Treebar items.
Properties
.name - Treebar item name.
.type - button or separator.
.tip - Treebar tooltip text.
.alias - Treebar alias.
.popup - Treebar popup name.
.width - Treebar item width.
.height - Treebar 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)
.x - Horizontal position of the Treebar item relative to the main AdiIRC window. (AdiIRC only)
.y - Vertical position of the Treebar item relative to the main AdiIRC window. (AdiIRC only)
.w - Treebar item width. (AdiIRC only)
.h - Treebar item height. (AdiIRC only)
.dx - Horizontal position of the Treebar item relative to the desktop. (AdiIRC only)
.dy - Vertical position of the Treebar item relative to the desktop. (AdiIRC only)
Example
; Print number of Toolbar items. //echo -ag $toolbar(0) ; Print the first Toolbar item name. //echo -ag $toolbar(1)
Updated by Per Amundsen over 3 years ago · 11 revisions