X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1afc06c2d8c945535175bf32e427aac0bbb704de..e02c03a42ea85be1e908962c8a344fb2553e7c3e:/utils/wxPython/src/windows2.i?ds=sidebyside diff --git a/utils/wxPython/src/windows2.i b/utils/wxPython/src/windows2.i index 6aa7c46e7c..0e8d7a7200 100644 --- a/utils/wxPython/src/windows2.i +++ b/utils/wxPython/src/windows2.i @@ -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);