WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIDOMChromeWindow
| IID: | 847fac33-48a8-4360-bfbc-6bb96245404d |
| Inherits From: | nsISupports |
Constants
| PRUint16 | STATE_MAXIMIZED | = 1 |
| PRUint16 | STATE_MINIMIZED | = 2 |
| PRUint16 | STATE_NORMAL | = 3 |
Properties
nsIBrowserDOMWindow browserDOMWindow
BrowserDOMWindow provides access to yet another layer of utility functions implemented by chrome script. It will be null for DOMWindows not corresponding to browsers.
DOMString title
readonly PRUint16 windowState
Methods
void getAttention ( )
void getAttentionWithCycleCount ( PRInt32 cycleCount )
void maximize ( )
void minimize ( )
void restore ( )
void setCursor ( DOMString cursor )
Reference documentation is generated from Mozilla's source.
