Module tauri_wasm::api::window
source · Expand description
§Window bindings
Provides APIs to create windows, communicate with other windows and manipulate the current window.
Structs§
- A position represented in logical pixels.
- A size represented in logical pixels.
- Allows you to retrieve information about a given monitor.
- A position represented in physical pixels.
- A size represented in physical pixels.
- Create new webview windows and get a handle to existing ones.
Enums§
- Attention type to request on a window.
Functions§
- Gets a list of instances of
WebviewWindow
for all available webview windows. - Returns the list of all the monitors available on the system.
- Returns the monitor on which the window currently resides.
- Get an instance of
WebviewWindow
for the current webview window. - Returns the primary monitor of the system.