$statusbar » History » Revision 3
« Previous |
Revision 3/13
(diff)
| Next »
Per Amundsen, 09/05/2015 01:01 PM
Added in 1.9.3
$statusbar
Returns $true if Statusbar is visible, otherwise $false.
Added in 1.9.7
$statusbar(name|N)
Returns the Statusbar item matching name or the Nth item.
Parameters
name|N - Statusbar item name or the Nth item.
Properties
.name - Item name.
.text - Item text.
.icon - $true if the item has a icon, otherwise $false.
.visible - $true if the item is visible, otherwise $false.
.custom - $true if the item is custom, otherwise $false.
.tooltip - Item tooltip.
.alias - Item alias.
Example
; Print number of Statusbar items. //echo -ag $statusbar(0) ; Print the first Statusbar item name. //echo -ag $statusbar(1)
Updated by Per Amundsen over 9 years ago · 3 revisions