Component used to do platform-level tricks to hide the window chrome. Expected to only be used by sysControls.xml. More...
import"sbIWindowChromeService.idl";
Public Member Functions | |
void | hideChrome (in nsISupports aWindow, in boolean aHide) |
Hides (or shows) the chrome of a given window. More... | |
Public Attributes | |
readonly attribute boolean | isCompositionEnabled |
Returns true if desktop composition is enabled. More... | |
Component used to do platform-level tricks to hide the window chrome. Expected to only be used by sysControls.xml.
Definition at line 35 of file sbIWindowChromeService.idl.
void sbIWindowChromeService::hideChrome | ( | in nsISupports | aWindow, |
in boolean | aHide | ||
) |
Hides (or shows) the chrome of a given window.
aWindow | the window to hide or show |
aHide | true to hide the window chrome, or false to show it again (only if it was previously hidden via this service) |
readonly attribute boolean sbIWindowChromeService::isCompositionEnabled |
Returns true if desktop composition is enabled.
Definition at line 47 of file sbIWindowChromeService.idl.