Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c133 typedef struct DialogObject { struct
136 } DialogObject; argument
140 DialogObject *it; in DlgObj_New()
142 it = PyObject_NEW(DialogObject, &Dialog_Type); in DlgObj_New()
159 *p_itself = ((DialogObject *)v)->ob_itself; in DlgObj_Convert()
163 static void DlgObj_dealloc(DialogObject *self) in DlgObj_dealloc()
169 static PyObject *DlgObj_DrawDialog(DialogObject *_self, PyObject *_args) in DlgObj_DrawDialog()
183 static PyObject *DlgObj_UpdateDialog(DialogObject *_self, PyObject *_args) in DlgObj_UpdateDialog()
200 static PyObject *DlgObj_HideDialogItem(DialogObject *_self, PyObject *_args) in DlgObj_HideDialogItem()
217 static PyObject *DlgObj_ShowDialogItem(DialogObject *_self, PyObject *_args) in DlgObj_ShowDialogItem()
[all …]