]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/splitter.h
Make wxPGValidationInfo class instead of struct, re-document it (used at least by...
[wxWidgets.git] / interface / wx / splitter.h
index 71478582a318962ca829531c1c16a336d63530a5..73a93d4407248ba26c3ca71dd349aa190dd642ce 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxSplitterWindow
-    @wxheader{splitter.h}
 
     @ref overview_wxsplitterwindowoverview "wxSplitterWindow overview"
 
     @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