X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9398120d298d745763f253d87d774be3b134b43f..8ac67aa10207821a237a18da17f5d25f57f1e9ff:/wxPython/src/my_typemaps.i diff --git a/wxPython/src/my_typemaps.i b/wxPython/src/my_typemaps.i index d32602247b..91fb0ada96 100644 --- a/wxPython/src/my_typemaps.i +++ b/wxPython/src/my_typemaps.i @@ -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); }