Re-exports§
pub use builder::CollectionBehavior;
pub use builder::PanelBuilder;
pub use builder::PanelLevel;
pub use builder::StyleMask;
pub use builder::TrackingAreaOptions;
Modules§
Macros§
- panel
- Macro to create a custom NSPanel class
- panel_
event - Macro to create a custom event handler for panels
- tauri_
panel - Top-level macro that wraps panel and event handler declarations
Structs§
- AnyObject
- An Objective-C object.
- NSNotification
- ************** Notifications ***************
- NSObject
- The root class of most Objective-C class hierarchies.
- NSPanel
- Apple’s documentation
- NSResponder
- Apple’s documentation
- NSView
- Apple’s documentation
- NSWindow
- Apple’s documentation
- Store
- Webview
Panel Manager
Enums§
Traits§
- Event
Handler - Trait for event handlers that can be used with panels
- From
Window - Trait for panels that can be created from a window
- Manager
Ext - Panel
- Common trait for all panel types
- Webview
Window Ext
Functions§
- init
- Initializes the plugin.