mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added prototype for DlgObj_WhichDialog()
This commit is contained in:
parent
7e31f68bf1
commit
add58f95cc
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ extern int CtlObj_Convert(PyObject *, ControlHandle *);
|
|||
extern PyObject *DlgObj_New(DialogPtr);
|
||||
extern int DlgObj_Convert(PyObject *, DialogPtr *);
|
||||
extern WindowPtr DlgObj_ConvertToWindow(PyObject *);
|
||||
extern PyObject *DlgObj_WhichDialog(DialogPtr);
|
||||
extern PyTypeObject Dialog_Type;
|
||||
#define DlgObj_Check(x) ((x)->ob_type == &Dialog_Type)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue