nsIWindowCreator 编辑

embedding/base/nsIWindowCreator.idlScriptable 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.6

Method 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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:83 次

字数:2579

最后编辑:8年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文