]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/windows2.i
some fixes and code regeneration
[wxWidgets.git] / utils / wxPython / src / windows2.i
index 6aa7c46e7c5f20fc0543b367cc82bc09f251fa24..0e8d7a7200306c63fe451d3d4ac9fb8e4498321d 100644 (file)
@@ -90,8 +90,8 @@ public:
 
 
     void AdjustScrollbars();
-    bool AppendCols(int n=1, bool updateLabels=TRUE);
-    bool AppendRows(int n=1, bool updateLabels=TRUE);
+    bool AppendCols(int n=1, int updateLabels=TRUE);
+    bool AppendRows(int n=1, int updateLabels=TRUE);
     void BeginBatch();
     bool CellHitTest(int x, int y, int *OUTPUT, int *OUTPUT);
 
@@ -333,7 +333,7 @@ public:
     void Initialize(wxWindow* window);
     bool IsSplit();
 
-
+    bool ReplaceWindow(wxWindow * winOld, wxWindow * winNew);
     void SetBorderSize(int width);
     void SetSashPosition(int position, int redraw = TRUE);
     void SetSashSize(int width);