summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-02-09 15:59:18 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-02-09 15:59:18 (GMT)
commitadd58f95cccecfb70d14c5dee27d0c0a599ec2ce (patch)
tree9dcf3657b0f713099c887d53eaa9f3a4d5516f10 /Mac/Include
parent7e31f68bf1f348f43268d1fec62abc876b267ddb (diff)
downloadcpython-add58f95cccecfb70d14c5dee27d0c0a599ec2ce.zip
cpython-add58f95cccecfb70d14c5dee27d0c0a599ec2ce.tar.gz
cpython-add58f95cccecfb70d14c5dee27d0c0a599ec2ce.tar.bz2
Added prototype for DlgObj_WhichDialog()
Diffstat (limited to 'Mac/Include')
-rw-r--r--Mac/Include/pymactoolbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Include/pymactoolbox.h b/Mac/Include/pymactoolbox.h
index 99bf5ce..827a146 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)