]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_toplvl.i
Alpha is supported on GTK2 now!
[wxWidgets.git] / wxPython / src / _toplvl.i
index 01f14c5b2750a014823413e53be43badf4ff05d3..f62099e5f4c6dc3f9151ea010941a18d6757937b 100644 (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