Module window

Source
Expand description

Build window-based GUI applications.

Re-exports§

pub use icon::Icon;
pub use screenshot::Screenshot;
pub use settings::Settings;

Modules§

icon
Change the icon of a window.
screenshot
Take screenshots of a window.
settings
Configure your windows.

Structs§

Id
The id of the window.

Enums§

Direction
The cardinal directions relative to the center of a window.
Event
A window-related event.
Level
A window level groups windows with respect to their z-position.
Mode
The mode of a window-based application.
Position
The position of a window in a given screen.
RedrawRequest
A request to redraw a window.
UserAttention
The type of user attention to request.