Module tauri_runtime::menu [−][src]
This is supported on crate features
menu or system-tray only.Expand description
Create window and system tray menus.
Structs
| CustomMenuItem | A custom menu item. |
| Menu | A window menu. |
| Submenu | |
| SystemTrayMenu | A system tray menu. |
| SystemTraySubmenu |
Enums
| MenuEntry | An entry on the system tray menu. |
| MenuItem | A menu item, bound to a pre-defined action or |
| MenuUpdate | |
| SystemTrayMenuEntry | An entry on the system tray menu. |
| SystemTrayMenuItem | System tray menu item. |
Traits
| TrayHandle |