C# Class Skybound.Gecko.GeckoWebBrowser.WindowCreator

Inheritance: nsIWindowCreator
显示文件 Open project: tophatmonocle/DirtyGecko

Public Methods

Method Description
CreateChromeWindow ( nsIWebBrowserChrome parent, uint chromeFlags ) : nsIWebBrowserChrome
Register ( ) : void

Private Methods

Method Description
WindowCreator ( ) : System

Method Details

CreateChromeWindow() public method

public CreateChromeWindow ( nsIWebBrowserChrome parent, uint chromeFlags ) : nsIWebBrowserChrome
parent nsIWebBrowserChrome
chromeFlags uint
return nsIWebBrowserChrome

Register() public static method

public static Register ( ) : void
return void