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.
nsIWindowCreator
| IID: | 30465632-A777-44cc-90F9-8145475EF999 |
| Inherits From: | nsISupports |
Methods
nsIWebBrowserChrome createChromeWindow ( nsIWebBrowserChrome parent , PRUint32 chromeFlags )
nsIWebBrowserChrome createChromeWindow ( nsIWebBrowserChrome parent , PRUint32 chromeFlags )
Create a new window. Gecko will/may call this method, if made available to it, to create new windows.
- Arguments:
- parent: parent window, if any. null if not. the newly created window should be made a child/dependent window of the parent, if any (and if the concept applies to the underlying OS).
- chromeFlags: chrome features from nsIWebBrowserChrome
- Returns:
- the new window
References
This interface is passed as an argument to the following methods:
nsIWindowWatcher.setWindowCreator
Reference documentation is generated from Mozilla's source.
