Songbird / Development / Songbird Add-Ons API Documentation

sbIWindowCloak Interface Reference

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...

List of all members.

Public Member Functions

void cloak (in nsIDOMWindow aDOMWindow)
 Cloak a window This method cloaks a xul window without closing it.
void uncloak (in nsIDOMWindow aDOMWindow)
 Uncloak a window This method uncloaks a xul window.
PRBool isCloaked (in nsIDOMWindow aDOMWindow)
 Determines whether a window is cloaked This method is used to figure out if a given window is cloaked.


Detailed Description

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.


Member Function Documentation

void sbIWindowCloak::cloak ( in nsIDOMWindow  aDOMWindow  ) 

Cloak a window This method cloaks a xul window without closing it.

Parameters:
aDOMWindow The xul window to cloak
See also:
uncloak

void sbIWindowCloak::uncloak ( in nsIDOMWindow  aDOMWindow  ) 

Uncloak a window This method uncloaks a xul window.

Parameters:
aDOMWindow The xul window to uncloak
See also:
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.

Parameters:
aDOMWindow The xul window to test
See also:
cloak


The documentation for this interface was generated from the following file:
Generated on Tue Mar 10 14:29:03 2009 for Songbird by  doxygen 1.5.2