mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Added prototype for DlgObj_ConvertToWindow().
This commit is contained in:
parent
b8c4c7b37e
commit
7a1b6fe020
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ extern int CtlObj_Convert(PyObject *, ControlHandle *);
|
|||
/* Dlg exports */
|
||||
extern PyObject *DlgObj_New(DialogPtr);
|
||||
extern int DlgObj_Convert(PyObject *, DialogPtr *);
|
||||
extern WindowPtr DlgObj_ConvertToWindow(PyObject *);
|
||||
extern PyTypeObject Dialog_Type;
|
||||
#define DlgObj_Check(x) ((x)->ob_type == &Dialog_Type)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue