Window cloaking service interface This is an interface to the window cloaking service, used to hide a xul window without closing it, and to unhide it at a later time. More...
import"IWindowCloak.idl";
Public Member Functions | |
void | cloak (in nsIDOMWindow aDOMWindow) |
Cloak a window This method cloaks a xul window without closing it. More... | |
void | uncloak (in nsIDOMWindow aDOMWindow) |
Uncloak a window This method uncloaks a xul window. More... | |
PRBool | isCloaked (in nsIDOMWindow aDOMWindow) |
Determines whether a window is cloaked This method is used to figure out if a given window is cloaked. More... | |
Window cloaking service interface This is an interface to the window cloaking service, used to hide a xul window without closing it, and to unhide it at a later time.
Definition at line 45 of file IWindowCloak.idl.
void sbIWindowCloak::cloak | ( | in nsIDOMWindow | aDOMWindow | ) |
Cloak a window This method cloaks a xul window without closing it.
aDOMWindow | The xul window to cloak |
PRBool sbIWindowCloak::isCloaked | ( | in nsIDOMWindow | aDOMWindow | ) |
Determines whether a window is cloaked This method is used to figure out if a given window is cloaked.
aDOMWindow | The xul window to test |
void sbIWindowCloak::uncloak | ( | in nsIDOMWindow | aDOMWindow | ) |
Uncloak a window This method uncloaks a xul window.
aDOMWindow | The xul window to uncloak |