Home
last modified time | relevance | path

Searched refs:DlgObj_Convert (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Mac/Modules/help/
D_Helpmodule.c120 DlgObj_Convert, &inDialog, in Help_HMSetDialogHelpFromBalloonRsrc()
/external/python/cpython2/Include/
Dpymactoolbox.h135 extern int DlgObj_Convert(PyObject *, DialogPtr *);
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c26 #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/
Dmactoolboxglue.c400 GLUE_CONVERT(DialogPtr, DlgObj_Convert, "Carbon.Dlg")
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c81 if (DlgObj_Convert(v, &dlg) && dlg) { in WinObj_Convert()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c21683 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()