Module browser_window::browser [−][src]
Expand description
This module contains all browser related handles and stuff.
Keep in mind that BrowserWindow
exposes the same methods as BrowserWindowHandle
and WindowHandle
does.
The methods of BrowserWindowHandle
are displayed correctly at the page of BrowserWindow
, but the methods of WindowHandle
are not displayed.
Be sure to check them out here.
Structs
An owned browser window handle. When this handle goes out of scope, its resource get scheduled for cleanup.
Used to create a BrowserWindow
or BrowserWindowThreaded
instance, depending on whether or not you have feature threadsafe
enabled.
This is a handle to an existing browser window.
Note: Only available with feature threadsafe
enabled.
Enums
The type of content to display in a browser window
Traits
Type Definitions
The future that dispatches a closure on the GUI thread.