Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit add58f9

Browse files
committed
Added prototype for DlgObj_WhichDialog()
1 parent 7e31f68 commit add58f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mac/Include/pymactoolbox.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ extern int CtlObj_Convert(PyObject *, ControlHandle *);
3333
extern PyObject *DlgObj_New(DialogPtr);
3434
extern int DlgObj_Convert(PyObject *, DialogPtr *);
3535
extern WindowPtr DlgObj_ConvertToWindow(PyObject *);
36+
extern PyObject *DlgObj_WhichDialog(DialogPtr);
3637
extern PyTypeObject Dialog_Type;
3738
#define DlgObj_Check(x) ((x)->ob_type == &Dialog_Type)
3839

0 commit comments

Comments
 (0)