Beginings of wxX11 support. Much more to do but I have no more time

for it today.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-09 18:34:52 +00:00
parent 6d9d6350fd
commit f87da72205
18 changed files with 40 additions and 62 deletions

View File

@@ -14,11 +14,8 @@
//---------------------------------------------------------------------------
#ifndef __WXX11__
%{
%}
//---------------------------------------------------------------------------
%newgroup
// flags for wxDropSource::DoDragDrop()
@@ -265,3 +262,5 @@ public:
wxPyPtrTypeMap_Add("wxFileDropTarget", "wxPyFileDropTarget");
%}
//---------------------------------------------------------------------------
#endif