Go to the source code of this file.
addEventListener |
( |
"unload" |
, |
|
|
systray. |
destroy, |
|
|
false |
|
|
) |
| |
systray observePref |
( |
systray. |
_prefBranch, |
|
|
"nsPref:changed" |
, |
|
|
"sb.notify" |
|
|
) |
| |
Initial value:= Components.classes["@mozilla.org/preferences-service;1"]
.getService(Components.interfaces.nsIPrefService)
.getBranch("extensions.minimizetotray.")
.QueryInterface(Components.interfaces.nsIPrefBranch2)
Definition at line 150 of file mainwin.js.
hideButton = document.getAnonymousElementByAttribute(sysButtons, "sbid", "hide") |
window onHideButtonClick = systray.onHideButtonClick |
Initial value:= document.getAnonymousNodes(
titlebar)[0]
.getElementsByTagNameNS(NS_XUL,"sb-sys-buttons")[0]
Definition at line 132 of file mainwin.js.
var titlebar = document.getElementsByTagName("sb-sys-titlebar")[0] |