# README
Menus
Menu support is heavily inspired by Electron's approach.
Features
- Supports Text, Checkbox, Radio, Submenu and Separator
- Radio groups are defined as any number of adjacent radio items
- UTF-8 menu labels
- UTF-8 menu IDs
# Functions
AppMenu provides a MenuItem with the whole default "App" menu (About, Services, etc.).
Checkbox is a helper to create basic Checkbox menu items.
EditMenu provides a MenuItem with the whole default "Edit" menu (Undo, Copy, etc.).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Radio is a helper to create basic Radio menu items with an accelerator.
Separator provides a menu separator.
SubMenu is a helper to create Submenus.
Text is a helper to create basic Text menu items.
WindowMenu provides a MenuItem with the whole default "Window" menu (Minimize, Zoom, etc.).
# Constants
These constants need to be kept in sync with `v2/internal/frontend/desktop/darwin/Role.h`.
No description provided by the author
No description provided by the author
CheckboxType is the Checkbox menuitem type.
These constants need to be kept in sync with `v2/internal/frontend/desktop/darwin/Role.h`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RadioType is the Radio menuitem type.
SeparatorType is the Separator menuitem type.
No description provided by the author
SubmenuType is the Submenu menuitem type.
TextType is the text menuitem type.
No description provided by the author
These constants need to be kept in sync with `v2/internal/frontend/desktop/darwin/Role.h`.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MenuItem represents a menuitem contained in a menu.
No description provided by the author
No description provided by the author
TrayMenu are the options.