Add GetHDC back

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-28 20:38:55 +00:00
parent da7b9cd05d
commit 96fc3ef4f0

View 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)