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 title of the window.

Sets the width that the browser window will be created with initially.

Sets whether or not the window will be resizable. Default is true.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.