]> git.saurik.com Git - wxWidgets.git/commitdiff
Add GetHDC back
authorRobin Dunn <robin@alldunn.com>
Fri, 28 May 2004 20:38:55 +0000 (20:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 28 May 2004 20:38:55 +0000 (20:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_dc.i

index 019e6216981e93eafd100f516230202a0590470b..70642a432739a22f33055a8a73a0015003f7beb6 100644 (file)
@@ -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)