github.com/secoba/wails/v2@v2.6.4/pkg/menu/windows.go (about)

     1  package menu
     2  
     3  /*
     4  // DefaultWindowsMenu returns a default menu including the default
     5  // Application and Edit menus. Use `.Append()` to add to it.
     6  func DefaultWindowsMenu() *Menu {
     7  	return NewMenuFromItems(
     8  		FileMenu(),
     9  		EditMenu(),
    10  		WindowMenu(),
    11  	)
    12  }
    13  */