Structs§
- Icon
- An icon used for the window titlebar, taskbar, etc.
- MacOS
Window Config - Mac-OS specific window configuration properties, accessible via
WindowConfig::with_mac_os_config( FnMut( MacOsWindowConfig ) )
- Rgba
Icon - WebWindow
Config - Web specific window (canvas) configuration properties, accessible via
WindowConfig::with_web_config( WebWindowConfig )
. - WinOS
Window Config - Window
Buttons - Window
Config - Configures various attributes (e.g. size, position, transparency, etc.) of a window.
- Window
Creation - Window
Id - Identifier of a window. Unique for each window.
Enums§
- Fullscreen
- Fullscreen modes.
- MacOs
Option AsAlt - macOS specific configuration for how the Option key is treated
- Resize
Direction - Defines the orientation that a window resize will be performed.
- Theme
- The theme variant to use.
- WinOs
Backdrop Type - Describes a system-drawn backdrop material of a window.
- WinOs
Corner Preference - Describes how the corners of a window should look like.
- Window
Level - A window level groups windows with respect to their z-position.
Functions§
- close_
window - request the window to be closed
- new_
window - create a new window. You’ll need to create Application first, otherwise it will panic