mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-26 01:28:38 +08:00
fixed paste error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -238,7 +238,7 @@ length of the data must be width*height*3.", "",
|
||||
|
||||
|
||||
// Turn it back on again
|
||||
%typemap(out) wxWWindow* { $result = wxPyMake_wxObject($1, $owner); }
|
||||
%typemap(out) wxImage* { $result = wxPyMake_wxObject($1, $owner); }
|
||||
|
||||
|
||||
void Create( int width, int height );
|
||||
|
||||
Reference in New Issue
Block a user