A few little tweaks, reswigged code for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-05-17 05:36:40 +00:00
parent 8721cada6f
commit 70b76c7ccd
8 changed files with 137 additions and 3 deletions

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