Module cosmic::iced_winit::winit::window
source · Expand description
The Window
struct and associated types.
Structs§
- An opaque token used to activate the
Window
. - An error which could be returned when parsing
CursorIcon
. - Use a custom image as a cursor (mouse pointer).
- Source for
CustomCursor
. - An icon used for the window titlebar, taskbar, etc.
- Attributes used when creating a window.
- Identifier of a window. Unique for each window.
Enums§
- An error produced when using
Icon::from_rgba
with invalid arguments. - An error produced when using
CustomCursor::from_rgba
with invalid arguments. - See
Window::set_cursor()
for more details. - The behavior of cursor grabbing.
- Describes the appearance of the (usually mouse) cursor icon.
- Fullscreen modes.
- Generic IME purposes for use in
Window::set_ime_purpose
. - Defines the orientation that a window resize will be performed.
- The theme variant to use.
- Platform-specific
- A window level groups windows with respect to their z-position.
Constants§
- The maximum width and height for a cursor when using
CustomCursor::from_rgba
.
Traits§
- Represents a window.