Expand description
Types for displaying a Widget
inside of a desktop
window.
Structs§
- An animated PNG recorder.
- A standalone Cushy window.
- A file drop event for a window.
- Describes a keyboard input targeting a window.
- A
Window
that doesn’t have its root widget yet. - A color format containing 8-bit red, green, and blue channels.
- A color format containing 8-bit red, green, blue, and alpha channels.
- A currently running Cushy window.
- A builder that creates either a
VirtualWindow
or aCushyWindow
. - A recorder of a
VirtualWindow
. - A builder of a
VirtualRecorder
. - The state of a
VirtualWindow
. - A virtual Cushy window.
- A Cushy window that is not yet running.
- Window state that is able to be updated outside of event handling, potentially via other threads depending on the application.
- A handle to an open Cushy window.
- A collection that stores an instance of
T
per window.
Enums§
- A unique identifier of an input device.
- A drop event.
- A target for the next redraw of a window.
- Controls whether the light or dark theme is applied.
- An error from a
VirtualRecorder
.
Traits§
- A format that can be captured in a
VirtualRecorder
. - A type that can be made into a
Window
. - A platform-dependent window.
- A platform-dependent window implementation.
- The behavior of a Cushy window.