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