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.

Functions

Begins dragging the window while the left mouse button is held.
Fetches the current Mode of the window.
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.