github.com/daidehu6831/wails/v2@v2.2.0/pkg/menu/mac.go (about)

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