Home
last modified time | relevance | path

Searched refs:GetMenuCommandPropertySize (Results 1 – 3 of 3) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/menu/
H A D_Menumodule.c1930 #ifndef GetMenuCommandPropertySize in MenuObj_GetMenuCommandPropertySize()
1931 PyMac_PRECHECK(GetMenuCommandPropertySize); in MenuObj_GetMenuCommandPropertySize()
1938 _err = GetMenuCommandPropertySize(_self->ob_itself, in MenuObj_GetMenuCommandPropertySize()
3305 #ifndef GetMenuCommandPropertySize in Menu_GetMenuCommandPropertySize()
3306 PyMac_PRECHECK(GetMenuCommandPropertySize); in Menu_GetMenuCommandPropertySize()
3314 _err = GetMenuCommandPropertySize(inMenu, in Menu_GetMenuCommandPropertySize()
/dports/lang/python27/Python-2.7.18/Mac/Modules/menu/
H A D_Menumodule.c1930 #ifndef GetMenuCommandPropertySize in MenuObj_GetMenuCommandPropertySize()
1931 PyMac_PRECHECK(GetMenuCommandPropertySize); in MenuObj_GetMenuCommandPropertySize()
1938 _err = GetMenuCommandPropertySize(_self->ob_itself, in MenuObj_GetMenuCommandPropertySize()
3305 #ifndef GetMenuCommandPropertySize in Menu_GetMenuCommandPropertySize()
3306 PyMac_PRECHECK(GetMenuCommandPropertySize); in Menu_GetMenuCommandPropertySize()
3314 _err = GetMenuCommandPropertySize(inMenu, in Menu_GetMenuCommandPropertySize()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMenus.pas4918 function GetMenuCommandPropertySize( inMenu: MenuRef; inCommandID: MenuCommand; inPropertyCreator: … in GetMenuCommandPropertySize() function