Searched refs:DlgObj_Convert (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Mac/Modules/help/ |
D | _Helpmodule.c | 120 DlgObj_Convert, &inDialog, in Help_HMSetDialogHelpFromBalloonRsrc()
|
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 135 extern int DlgObj_Convert(PyObject *, DialogPtr *);
|
/external/python/cpython2/Mac/Modules/dlg/ |
D | _Dlgmodule.c | 26 #define DlgObj_Convert _DlgObj_Convert macro 149 int DlgObj_Convert(PyObject *v, DialogPtr *p_itself) in DlgObj_Convert() function 967 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, DlgObj_Convert, &itself)) return NULL; in DlgObj_tp_new() 1585 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(DialogPtr, DlgObj_Convert); in init_Dlg()
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 400 GLUE_CONVERT(DialogPtr, DlgObj_Convert, "Carbon.Dlg")
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 81 if (DlgObj_Convert(v, &dlg) && dlg) { in WinObj_Convert()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 21683 DlgObj_Convert, &d, in Qt_SGPanelInstall() 21712 DlgObj_Convert, &d, in Qt_SGPanelEvent() 21745 DlgObj_Convert, &d, in Qt_SGPanelItem() 21773 DlgObj_Convert, &d, in Qt_SGPanelRemove()
|