Searched refs:MenuObj_New (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Mac/Modules/menu/ |
D | _Menumodule.c | 27 #define MenuObj_New _MenuObj_New macro 42 return MenuObj_New(itself); in OptMenuObj_New() 68 PyObject *MenuObj_New(MenuHandle itself) in MenuObj_New() function 290 MenuObj_New, outMenu); in MenuObj_DuplicateMenu() 1822 MenuObj_New, outMenu, in MenuObj_GetIndMenuItemWithCommandID() 2619 MenuObj_New, _rv); in Menu_NewMenu() 2636 MenuObj_New, _rv); in Menu_MacGetMenu() 2659 MenuObj_New, outMenuRef); in Menu_CreateNewMenu() 2887 MenuObj_New, _rv); in Menu_GetMenuHandle() 3007 MenuObj_New, _rv); in Menu_AcquireRootMenu() [all …]
|
/external/python/cpython2/Mac/Modules/help/ |
D | _Helpmodule.c | 33 MenuObj_New, outHelpMenu, in Help_HMGetHelpMenu()
|
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 153 extern PyObject *MenuObj_New(MenuHandle);
|
/external/python/cpython2/Mac/Modules/ibcarbon/ |
D | _IBCarbon.c | 88 MenuObj_New, outMenuRef); in IBNibRefObj_CreateMenuFromNib()
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 409 GLUE_NEW(MenuHandle, MenuObj_New, "Carbon.Menu")
|
/external/python/cpython2/Mac/Modules/res/ |
D | _Resmodule.c | 430 _res = MenuObj_New((MenuHandle)_self->ob_itself); in ResObj_as_Menu()
|
/external/python/cpython2/Mac/Modules/mlte/ |
D | _Mltemodule.c | 1356 MenuObj_New, oFontMenuHandle); in TXNFontMenuObj_TXNGetFontMenuHandle()
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | _Ctlmodule.c | 1510 MenuObj_New, _rv); in CtlObj_GetControlPopupMenuHandle() 1648 MenuObj_New, outHandle); in CtlObj_GetBevelButtonMenuHandle()
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 2992 MenuObj_New, outMenu); in Win_CreateStandardWindowMenu()
|