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§
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