X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7012bb9f03e0012c32485655b7af4345b490bf4d..26ee65c723cf55822c540506f064ec11d9b26858:/wxPython/src/_sashwin.i diff --git a/wxPython/src/_sashwin.i b/wxPython/src/_sashwin.i index a38c88ea68..6aaa5ecaf8 100644 --- a/wxPython/src/_sashwin.i +++ b/wxPython/src/_sashwin.i @@ -76,11 +76,11 @@ public: // Get whether there's a sash in this position bool GetSashVisible(wxSashEdgePosition edge) const; - // Set whether there's a border in this position - void SetSashBorder(wxSashEdgePosition edge, bool border); +// // Set whether there's a border in this position +// void SetSashBorder(wxSashEdgePosition edge, bool border); - // Get whether there's a border in this position - bool HasBorder(wxSashEdgePosition edge) const; +// // Get whether there's a border in this position +// bool HasBorder(wxSashEdgePosition edge) const; // Get border size int GetEdgeMargin(wxSashEdgePosition edge) const;