]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/splitter.h
Moved list of subclasses away from 'classes overview' corrected some wxGrid overview...
[wxWidgets.git] / interface / wx / splitter.h
index 45ab94555940f7541f70589275f772ed28926395..73a93d4407248ba26c3ca71dd349aa190dd642ce 100644 (file)
     @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}
@@ -85,7 +87,7 @@ public:
     /**
         Destroys the wxSplitterWindow and its children.
     */
-    ~wxSplitterWindow();
+    virtual ~wxSplitterWindow();
 
     /**
         Creation function, for two-step construction. See wxSplitterWindow() for
@@ -109,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.