Module iced::window

source ·
Expand description

Configure the window of your application in native platforms.

Re-exports

pub use icon::Icon;

Modules

Attach an icon to the window of your application.

Structs

The window settings of an application.

Enums

A window-related event.
The mode of a window-based application.
The position of a window in a given screen.
A request to redraw a window.
The type of user attention to request.

Functions

Closes the current window and exits the application.
Begins dragging the window while the left mouse button is held.
Fetches the current Mode of the window.
Subscribes to the frames of the window of the running application.
Sets the window to maximized or back.
Set the window to minimized or back.
Moves a window to the given logical coordinates.
Resizes the window to the given logical dimensions.
Sets the Mode of the window.
Sets the window to maximized or back.