Home
last modified time | relevance | path

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

/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/menu/
H A D_Menumodule.c1613 #ifndef ChangeMenuItemPropertyAttributes in MenuObj_ChangeMenuItemPropertyAttributes()
1614 PyMac_PRECHECK(ChangeMenuItemPropertyAttributes); in MenuObj_ChangeMenuItemPropertyAttributes()
1623 _err = ChangeMenuItemPropertyAttributes(_self->ob_itself, in MenuObj_ChangeMenuItemPropertyAttributes()
/dports/lang/python27/Python-2.7.18/Mac/Modules/menu/
H A D_Menumodule.c1613 #ifndef ChangeMenuItemPropertyAttributes in MenuObj_ChangeMenuItemPropertyAttributes()
1614 PyMac_PRECHECK(ChangeMenuItemPropertyAttributes); in MenuObj_ChangeMenuItemPropertyAttributes()
1623 _err = ChangeMenuItemPropertyAttributes(_self->ob_itself, in MenuObj_ChangeMenuItemPropertyAttributes()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMenus.pas4276 function ChangeMenuItemPropertyAttributes( menu: MenuRef; item: MenuItemIndex; propertyCreator: OST… in ChangeMenuItemPropertyAttributes() function