package
2.10.1
Repository: https://github.com/wailsapp/wails.git
Documentation: pkg.go.dev

# 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

# Packages

No description provided by the author
No description provided by the author

# 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.

# Type aliases

No description provided by the author
Role is a type to identify menu roles.
No description provided by the author
Type of the menu item.