github.com/secoba/wails/v2@v2.6.4/internal/frontend/desktop/darwin/Role.h (about)

     1  //
     2  //  Role.h
     3  //  test
     4  //
     5  //  Created by Lea Anthony on 24/10/21.
     6  //
     7  
     8  #ifndef Role_h
     9  #define Role_h
    10  
    11  typedef int Role;
    12  
    13  static const Role AppMenu = 1;
    14  static const Role EditMenu = 2;
    15  static const Role WindowMenu = 3;
    16  
    17  #endif /* Role_h */