Home
last modified time | relevance | path

Searched refs:MenuID (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMenus.pas607 MenuID = SInt16;
1021 submenuID: MenuID;
1204 function GetMenuID( menu: MenuRef ): MenuID; external name '_GetMenuID'; in GetMenuID()
1264 procedure SetMenuID( menu: MenuRef; menuID_: MenuID ); external name '_SetMenuID';
2591 procedure HiliteMenu( menuID_: MenuID ); external name '_HiliteMenu';
2737 function GetMenuRef( menuID_: MenuID ): MenuRef; external name '_GetMenuHandle'; in GetMenuRef()
2769 procedure DeleteMenu( menuID_: MenuID ); external name '_DeleteMenu';
2771 procedure MacDeleteMenu( menuID_: MenuID ); external name '_DeleteMenu';
2801 procedure FlashMenuBar( menuID_: MenuID ); external name '_FlashMenuBar';
5728 function LMGetTheMenu: MenuID; external name '_LMGetTheMenu'; in LMGetTheMenu()
[all …]
H A DHIPopupButton.pas313 … be NULL }; const (*var*) boundsRect: Rect; title: CFStringRef; menuID_: MenuID; variableWidth: Bo… in CreatePopupButtonControl()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/toltecs/
H A Dmenu.h79 int run(MenuID menuId);
108 MenuID _currMenuID, _newMenuID;
131 void initMenu(MenuID menuID);
H A Dtoltecs.h87 enum MenuID { enum
137 void showMenu(MenuID menuId);
/dports/games/scummvm/scummvm-2.5.1/engines/toltecs/
H A Dmenu.h79 int run(MenuID menuId);
108 MenuID _currMenuID, _newMenuID;
132 void initMenu(MenuID menuID);
H A Dtoltecs.h87 enum MenuID { enum
135 void showMenu(MenuID menuId);
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/Graphics/Win32/
H A DMenu.hsc261 type MenuID = UINT type
263 getMenuItemID :: HMENU -> MenuItem -> IO MenuID
267 c_GetMenuItemID :: HMENU -> UINT -> IO MenuID
449 appendMenu :: HMENU -> MenuFlag -> MenuID -> Maybe String -> IO ()
454 c_AppendMenu :: HMENU -> UINT -> MenuID -> LPCTSTR -> IO Bool
456 insertMenu :: HMENU -> MenuItem -> MenuFlag -> MenuID -> Maybe String -> IO ()
461 c_InsertMenu :: HMENU -> UINT -> UINT -> MenuID -> LPCTSTR -> IO Bool
463 modifyMenu :: HMENU -> MenuItem -> MenuFlag -> MenuID -> Maybe String -> IO ()
468 c_ModifyMenu :: HMENU -> UINT -> UINT -> MenuID -> LPCTSTR -> IO Bool
/dports/x11-toolkits/scintilla/scite/src/
H A DGUI.h115 typedef void *MenuID; typedef
117 MenuID mid {};
121 MenuID GetID() const noexcept { in GetID()
/dports/editors/scite/scite/src/
H A DGUI.h115 typedef void *MenuID; typedef
117 MenuID mid {};
121 MenuID GetID() const noexcept { in GetID()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-xaw/
H A Dmenu.h34 enum MenuID { enum
158 int is_menu_item_active(enum MenuIndex menu, enum MenuID id);
H A Dmenu.c100 enum MenuID id;
281 static void menu_entry_sensitive(enum MenuIndex menu, enum MenuID id, Bool s);
282 static void menu_entry_rename(enum MenuIndex menu, enum MenuID id, int var,
1099 int is_menu_item_active(enum MenuIndex menu, enum MenuID id) in is_menu_item_active()
1186 void menu_entry_rename(enum MenuIndex menu, enum MenuID id, int var, in menu_entry_rename()
1205 void menu_entry_sensitive(enum MenuIndex menu, enum MenuID id, Bool s) in menu_entry_sensitive()
/dports/games/freeciv/freeciv-2.6.6/client/gui-xaw/
H A Dmenu.h34 enum MenuID { enum
158 int is_menu_item_active(enum MenuIndex menu, enum MenuID id);
H A Dmenu.c100 enum MenuID id;
281 static void menu_entry_sensitive(enum MenuIndex menu, enum MenuID id, Bool s);
282 static void menu_entry_rename(enum MenuIndex menu, enum MenuID id, int var,
1099 int is_menu_item_active(enum MenuIndex menu, enum MenuID id) in is_menu_item_active()
1186 void menu_entry_rename(enum MenuIndex menu, enum MenuID id, int var, in menu_entry_rename()
1205 void menu_entry_sensitive(enum MenuIndex menu, enum MenuID id, Bool s) in menu_entry_sensitive()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/util/
H A DPlatform.h.patch29 +typedef FXMenuPane * MenuID;
36 typedef void *MenuID;
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DPlatform.h107 typedef FXMenuPane * MenuID; typedef
114 typedef void *MenuID; typedef
458 MenuID mid;
461 MenuID GetID() { return mid; } in GetID()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/include/
H A DPlatform.h87 typedef FXMenuPane * MenuID; typedef
94 typedef void *MenuID;
497 MenuID mid;
500 MenuID GetID() { return mid; } in GetID()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/menu/
H A Dmenusupport.py30 MenuID = Type("MenuID", "h") variable
/dports/lang/python27/Python-2.7.18/Mac/Modules/menu/
H A Dmenusupport.py30 MenuID = Type("MenuID", "h") variable
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h53 typedef void *MenuID; typedef
424 MenuID id;
427 MenuID GetID() { return id; } in GetID()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h53 typedef void *MenuID; typedef
424 MenuID id;
427 MenuID GetID() { return id; } in GetID()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h53 typedef void *MenuID; typedef
424 MenuID id;
427 MenuID GetID() { return id; } in GetID()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h53 typedef void *MenuID; typedef
424 MenuID id;
427 MenuID GetID() { return id; } in GetID()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/scintilla/include/
H A DPlatform.h53 typedef void *MenuID; typedef
424 MenuID id;
427 MenuID GetID() { return id; } in GetID()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/include/
H A DPlatform.h57 typedef void *MenuID; typedef
428 MenuID id;
431 MenuID GetID() { return id; } in GetID()
/dports/www/cssed/cssed-0.4.0/scintilla/include/
H A DPlatform.h53 typedef void *MenuID; typedef
419 MenuID id;
422 MenuID GetID() { return id; } in GetID()

12345678910