Crate tauri_winutils_crate

Source

Re-exports§

pub use window_manager::WindowManager;
pub use window_manager::ManagedWindow;
pub use window_manager::WindowPosition;
pub use window_manager::WindowSize;
pub use window_manager::WindowState;
pub use workspace::Workspace;
pub use layout::LayoutType;
pub use config::Config;
pub use config::KeyBindings;
pub use system_window::SystemWindow;
pub use system_window::SystemWindowManager;
pub use system_window::PlatformWindowManager;
pub use commands::*;

Modules§

commands
config
layout
system_window
window_manager
workspace

Macros§

setup_window_manager
Convenience macro for easy integration

Functions§

get_window_manager
Helper function to get the window manager from app state
init_window_manager
Initialize the window manager plugin for a Tauri application