Module tauri_runtime::menu
source · Expand description
Create window and system tray menus.
Structs§
- Application metadata for the
MenuItem::About
action. - A custom menu item.
- A window menu.
- A system tray menu.
Enums§
- An entry on the system tray menu.
- A menu item, bound to a pre-defined action or
Custom
emit an event. Note that status bar only supportsCustom
menu item variants. And on the menu bar, some platforms might not support some of the variants. Unsupported variant will be no-op on such platform. - An entry on the system tray menu.
- System tray menu item.