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:
Robin Dunn
2004-07-31 20:24:29 +00:00
parent 4a82116e2e
commit 9f8a9f5489
8 changed files with 68 additions and 31 deletions

View File

@@ -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