Expand description
A layer between raw Runtime
windows and Tauri.
Structs§
- A window that is not yet managed by Tauri.
- A detached webview associated with a window.
- A window that has yet to be built.
- A raw window type that contains fields to access the HWND on Windows, gtk::ApplicationWindow on Linux and NSView on macOS.
- Identifier of a window.
- Window size constraints
Enums§
- Describes the appearance of the mouse cursor.
- The drag drop event payload.
- An event from a window.
- An event from a window.
Traits§
- A builder for all attributes related to a single window.
- Do NOT implement this trait except for use in a custom
Runtime