Crate tauri_plugin_positioner
source ·Expand description
A plugin for Tauri that helps position your windows at well-known locations.
§Cargo features
-
system-tray: Enables system-tray-relative positions.
Note: This requires attaching the Tauri plugin, even when using the trait extension only.
Enums§
- Well known window positions.
Traits§
- A
Window
extension that provides extra methods related to positioning.
Functions§
- The Tauri plugin that exposes
WindowExt::move_window
to the webview.