Module browser_window::browser
source · 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§
- Used to create a
BrowserWindoworBrowserWindowThreadedinstance, depending on whether or not you have featurethreadsafeenabled. - This is a handle to an existing browser window.
- An owned browser window handle. When this handle goes out of scope, its resources will get scheduled for cleanup. The resources will only ever be cleaned up whenever both this handle has gone out of scope, and when the window has actually been closed by the user. If the window has been closed by the user but this handle still exists, the window is actually just been closed. It can be reshown by calling
showon this handle. - Note: Only available with feature
threadsafeenabled.
Enums§
- The type of content to display in a browser window
Type Aliases§
- The future that dispatches a closure on the GUI thread.