wails/v2/pkg/menu/windows.go
2021-09-19 17:14:06 +10:00

13 lines
257 B
Go

package menu
/*
// DefaultWindowsMenu returns a default menu including the default
// Application and Edit menus. Use `.Append()` to add to it.
func DefaultWindowsMenu() *Menu {
return NewMenuFromItems(
FileMenu(),
EditMenu(),
WindowMenu(),
)
}
*/