X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..7a344f1be4ff59b7b150ab52265693d4219de973:/interface/wx/splitter.h diff --git a/interface/wx/splitter.h b/interface/wx/splitter.h index 71478582a3..73a93d4407 100644 --- a/interface/wx/splitter.h +++ b/interface/wx/splitter.h @@ -8,7 +8,6 @@ /** @class wxSplitterWindow - @wxheader{splitter.h} @ref overview_wxsplitterwindowoverview "wxSplitterWindow overview" @@ -19,8 +18,10 @@ @beginStyleTable @style{wxSP_3D} Draws a 3D effect border and sash. + @style{wxSP_THIN_SASH} + Draws a thin sash. @style{wxSP_3DSASH} - Draws a 3D effect sash. + Draws a 3D effect sash (part of default style). @style{wxSP_3DBORDER} Synonym for wxSP_BORDER. @style{wxSP_BORDER} @@ -86,7 +87,7 @@ public: /** Destroys the wxSplitterWindow and its children. */ - ~wxSplitterWindow(); + virtual ~wxSplitterWindow(); /** Creation function, for two-step construction. See wxSplitterWindow() for @@ -110,14 +111,14 @@ public: @see SetSashGravity() */ - double GetSashGravity(); + double GetSashGravity() const; /** Returns the current sash position. @see SetSashPosition() */ - int GetSashPosition(); + int GetSashPosition() const; /** Gets the split mode. @@ -369,7 +370,6 @@ public: /** @class wxSplitterEvent - @wxheader{splitter.h} This class represents the events generated by a splitter control. Also there is only one event class, the data associated to the different events is not the