From: Robin Dunn Date: Wed, 6 Apr 2005 19:29:03 +0000 (+0000) Subject: Added typemap for wxIndex* X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1bad23bc76a20a53c3abb0932aa783eebbd22da6 Added typemap for wxIndex* git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/my_typemaps.i b/wxPython/src/my_typemaps.i index b0975a56c2..19d2fe76f0 100644 --- a/wxPython/src/my_typemaps.i +++ b/wxPython/src/my_typemaps.i @@ -334,6 +334,7 @@ MAKE_INT_ARRAY_TYPEMAPS(styles, styles_field) %typemap(out) wxFSFile* { $result = wxPyMake_wxObject($1, $owner); } %typemap(out) wxFileSystem* { $result = wxPyMake_wxObject($1, $owner); } %typemap(out) wxImageList* { $result = wxPyMake_wxObject($1, $owner); } +%typemap(out) wxImage* { $result = wxPyMake_wxObject($1, $owner); } %typemap(out) wxListItem* { $result = wxPyMake_wxObject($1, $owner); } %typemap(out) wxMenuItem* { $result = wxPyMake_wxObject($1, $owner); } %typemap(out) wxMouseEvent* { $result = wxPyMake_wxObject($1, $owner); }