Module browser_window::window[][src]

Expand description

This module contains all window related functionality.

Structs

Gets or sets the width and height of the content of the window.

Gets or sets the opacity of the window. An opacity of 255 means the window is invisible. An opacity of 0 means the window is completely visible. Anything in between makes the window transparent.

Gets or sets the current position of the window.

Gets or sets the title of the window.

Exposes functionality related to constructing a window.

Gets or sets the current window size including its border and titlebar.

A handle that exposes all windowing functionality.

Traits

Type Definitions