nsIWindowCreator 编辑
embedding/base/nsIWindowCreator.idl
Scriptable A callback interface used by Gecko to create new browser windows. The application, either Mozilla or an embedding app, must provide an implementation of the Window Watcher component and notify the WindowWatcher during application initialization. Inherits from: nsISupports
Last changed in Gecko 0.9.6Method overview
nsIWebBrowserChrome createChromeWindow(in nsIWebBrowserChrome parent, in PRUint32 chromeFlags); |
Methods
createChromeWindow()
Create a new window. Gecko will/may call this method, if made available to it, to create new windows.
nsIWebBrowserChrome createChromeWindow( in nsIWebBrowserChrome parent, in PRUint32 chromeFlags );
Parameters
parent
- The
nsIWebBrowserChrome
of the parent window, if any.null
if no parent exists. 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
.
Return value
An nsIWebBrowserChrome
for the new window.
See also
nsIWindowWatcher
for more details.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论