Various updates to catch up to wxWidgets CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -70,18 +70,6 @@ enum
|
||||
};
|
||||
|
||||
|
||||
|
||||
%typemap(in) (int widths, int* widths_field) {
|
||||
$1 = PyList_Size($input);
|
||||
$2 = int_LIST_helper($input);
|
||||
if ($2 == NULL) SWIG_fail;
|
||||
}
|
||||
|
||||
%typemap(freearg) (int widths, int* widths_field) {
|
||||
if ($2) delete [] $2;
|
||||
}
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
class wxTopLevelWindow : public wxWindow
|
||||
|
Reference in New Issue
Block a user