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:
@@ -478,6 +478,10 @@ strings.", "");
|
|||||||
%pythoncode { def __nonzero__(self): return self.Ok() };
|
%pythoncode { def __nonzero__(self): return self.Ok() };
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __WXMSW__
|
||||||
|
long GetHDC();
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
%extend { // See drawlist.cpp for impplementaion of these...
|
%extend { // See drawlist.cpp for impplementaion of these...
|
||||||
PyObject* _DrawPointList(PyObject* pyCoords, PyObject* pyPens, PyObject* pyBrushes)
|
PyObject* _DrawPointList(PyObject* pyCoords, PyObject* pyPens, PyObject* pyBrushes)
|
||||||
|
|||||||
Reference in New Issue
Block a user