5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-17 01:19:29 +08:00
wails/v3
Lea Anthony e424a85a99
Menu improvements (#3492)
* Expose `DefaultApplicationMenu`.
Add `FindByLabel` and `ItemAt` for finding menu items in a menu

* Add `Menu.RemoveMenuItem()`, `MneuItem.GetAccelerator()` and `MenuItem.RemoveAccelerator()`

* Remove `Update`

* Iterate when removing menu items

* Add `GetSubmenu()`
2024-05-20 21:15:02 +10:00
..
cmd/wails3 [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
examples [v3] Enforce stricter typing for generated bindings (#3498) 2024-05-19 23:28:45 +10:00
internal [v3] Enforce stricter typing for generated bindings (#3498) 2024-05-19 23:28:45 +10:00
pkg Menu improvements (#3492) 2024-05-20 21:15:02 +10:00
plugins removing experimental server plugin 2024-04-23 09:32:21 -05:00
tasks Update windowSetupSignalHandlers & linux events 2024-03-06 11:42:19 -06:00
wep Update WEP README 2024-05-19 16:02:22 +10:00
.gitignore Fix production build 2023-09-01 22:06:43 +10:00
.prettierignore chore: add Prettier as format tool (#2689) 2023-05-30 07:40:54 +10:00
.prettierrc.yml chore: add Prettier as format tool (#2689) 2023-05-30 07:40:54 +10:00
go.mod [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
go.sum [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
README.md Update doc dependencies 2023-09-08 10:57:47 +10:00
Taskfile.yaml [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00

v3 Alpha

Thanks for wanting to help out with testing/developing Wails v3! This guide will help you get started.

Getting Started

All the instructions for getting started are in the v3 documentation directory: mkdocs-website. Please read the README.md file in that directory for more information.