From: Jack Jansen Date: Fri, 9 Feb 2001 15:59:18 +0000 (+0000) Subject: Added prototype for DlgObj_WhichDialog() X-Git-Tag: v2.1b1~439 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=add58f95cccecfb70d14c5dee27d0c0a599ec2ce;p=python Added prototype for DlgObj_WhichDialog() --- diff --git a/Mac/Include/pymactoolbox.h b/Mac/Include/pymactoolbox.h index 99bf5ce4d1..827a1462bd 100644 --- a/Mac/Include/pymactoolbox.h +++ b/Mac/Include/pymactoolbox.h @@ -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)