From 96fc3ef4f0d2fb16b4217b9bf91081ffd403ebb1 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 28 May 2004 20:38:55 +0000 Subject: [PATCH] Add GetHDC back git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_dc.i | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wxPython/src/_dc.i b/wxPython/src/_dc.i index 019e621698..70642a4327 100644 --- a/wxPython/src/_dc.i +++ b/wxPython/src/_dc.i @@ -478,6 +478,10 @@ strings.", ""); %pythoncode { def __nonzero__(self): return self.Ok() }; +#ifdef __WXMSW__ + long GetHDC(); +#endif + %extend { // See drawlist.cpp for impplementaion of these... PyObject* _DrawPointList(PyObject* pyCoords, PyObject* pyPens, PyObject* pyBrushes) -- 2.47.2