Files
wails/v2/pkg/menu
Eng Zer Jun ef8d7d2fd7 refactor: move from io/ioutil to io and os packages
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-25 12:15:43 +08:00
..
2021-10-30 09:51:46 +11:00
2021-09-19 17:14:06 +10:00
2021-10-14 20:38:11 +11:00
2021-09-19 17:14:06 +10:00
2021-01-15 11:53:55 +11:00
2021-10-30 09:51:46 +11:00
2021-10-30 09:51:46 +11:00
2020-11-27 22:22:30 +11:00
2021-10-14 20:38:11 +11:00
2021-10-14 20:38:11 +11:00
2020-11-24 20:12:10 +11:00

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