Expand description
Re-exports§
pub use dpi;
Modules§
- Types useful for interacting with a user’s monitors.
- A layer between raw
Runtime
webviews and Tauri. - A layer between raw
Runtime
windows and Tauri.
Structs§
- Window icon.
- Progress Bar State
- A rectangular region.
Enums§
- Activation
Policy macOS Application’s activation policy. Corresponds to NSApplicationActivationPolicy. - Action to take when the event loop is about to exit
- Progress bar status.
- Defines the orientation that a window resize will be performed.
- Event triggered on the event loop run.
- Type of user attention requested on a window.
Traits§
- The webview runtime interface.
- A
Send
handle to the runtime. - A type that can be used as an user event.
- Webview dispatcher. A thread-safe handle to the webview APIs.
- Window dispatcher. A thread-safe handle to the window APIs.
Type Aliases§
- Result type.