]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows.i
A few little tweaks, reswigged code for wxMac
[wxWidgets.git] / wxPython / src / windows.i
index 23986b87fee2a56f7b0457ed7f95eba27a92dc7d..02691bed551d56ac00a350e8e73caf67d4969d67 100644 (file)
@@ -399,11 +399,9 @@ public:
     wxValidator* GetValidator();
     void SetValidator(const wxValidator& validator);
 
-#ifndef __WXMAC__
     void SetDropTarget(wxDropTarget* target);
     wxDropTarget* GetDropTarget();
     %pragma(python) addtomethod = "SetDropTarget:_args[0].thisown = 0"
-#endif
 
     wxSize GetBestSize();
     wxSize GetMaxSize();