Struct browser_window::window::WindowBuilder [−][src]
pub struct WindowBuilder { /* fields omitted */ }
Expand description
Exposes functionality related to constructing a window.
Implementations
Sets whether or not the window has borders. Default is true.
Sets the height that the browser window will be created with initially
Sets whether or not the window has a minimize button on the title bar Default is true
Configure a parent window.
When a parent window closes, this browser window will close as well.
This could be a reference to a Browser
or BrowserThreaded
handle.
Sets the width and height of the browser window
Sets the width that the browser window will be created with initially.