34 #include "nsISupports.idl"
44 [scriptable,
uuid(749e0809-e4a7-4c88-abb2-39c1440f1a2d)]
void cloak(in nsIDOMWindow aDOMWindow)
Cloak a window This method cloaks a xul window without closing it.
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.
PRBool isCloaked(in nsIDOMWindow aDOMWindow)
Determines whether a window is cloaked This method is used to figure out if a given window is cloaked...
void uncloak(in nsIDOMWindow aDOMWindow)
Uncloak a window This method uncloaks a xul window.