]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows2.i
added OpenGL libs for gcc and watcom (other don't require it)
[wxWidgets.git] / wxPython / src / windows2.i
index 77fedbb253cc161ec3ba0ee4da43c8ea516c19ee..a81eccdf382e4bdb24a64cd7e1bb7947c5835a16 100644 (file)
@@ -14,9 +14,6 @@
 
 %{
 #include "helpers.h"
-#ifdef OLD_GRID
-#include <wx/grid.h>
-#endif
 #include <wx/notebook.h>
 #include <wx/splitter.h>
 #include <wx/imaglist.h>
@@ -120,7 +117,7 @@ public:
                  const wxString& text,
                  int select = FALSE,
                  int imageId = -1);
-    bool InsertPage(int page,
+    bool InsertPage(int index,
                     /*wxNotebookPage*/ wxWindow *page,
                     const wxString& text,
                     bool select = FALSE,