No need to use wxPyMake_wxObject for wxImageList. There are no
derived types, and it is not OOR. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cd0a59fb7f
commit
bbc3761ee8
@ -370,7 +370,7 @@ MAKE_INT_ARRAY_TYPEMAPS(styles, styles_field)
|
||||
%typemap(out) wxDC* { $result = wxPyMake_wxObject($1, (bool)$owner); }
|
||||
%typemap(out) wxFSFile* { $result = wxPyMake_wxObject($1, (bool)$owner); }
|
||||
%typemap(out) wxFileSystem* { $result = wxPyMake_wxObject($1, (bool)$owner); }
|
||||
%typemap(out) wxImageList* { $result = wxPyMake_wxObject($1, (bool)$owner); }
|
||||
//%typemap(out) wxImageList* { $result = wxPyMake_wxObject($1, (bool)$owner); }
|
||||
%typemap(out) wxImage* { $result = wxPyMake_wxObject($1, (bool)$owner); }
|
||||
%typemap(out) wxListItem* { $result = wxPyMake_wxObject($1, (bool)$owner); }
|
||||
%typemap(out) wxMenuItem* { $result = wxPyMake_wxObject($1, (bool)$owner); }
|
||||
|
Loading…
Reference in New Issue
Block a user