Some typemap updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -383,10 +383,12 @@ $function
|
||||
%typemap(python, out) wxToolTip* { $target = wxPyMake_wxObject($source); }
|
||||
|
||||
|
||||
%typemap(python, out) wxBitmapButton* { $target = wxPyMake_wxObject($source); }
|
||||
%typemap(python, out) wxButton* { $target = wxPyMake_wxObject($source); }
|
||||
%typemap(python, out) wxControl* { $target = wxPyMake_wxObject($source); }
|
||||
%typemap(python, out) wxFrame* { $target = wxPyMake_wxObject($source); }
|
||||
%typemap(python, out) wxGrid* { $target = wxPyMake_wxObject($source); }
|
||||
%typemap(python, out) wxListCtrl* { $target = wxPyMake_wxObject($source); }
|
||||
%typemap(python, out) wxMDIChildFrame* { $target = wxPyMake_wxObject($source); }
|
||||
%typemap(python, out) wxMDIClientWindow* { $target = wxPyMake_wxObject($source); }
|
||||
%typemap(python, out) wxMenuBar* { $target = wxPyMake_wxObject($source); }
|
||||
|
Reference in New Issue
Block a user