]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/splitter.h
Removed wxPG_EX_LEGACY_VALIDATORS
[wxWidgets.git] / interface / wx / splitter.h
index 83c608e6ae84f5486980a94b6888ad8902258463..73a93d4407248ba26c3ca71dd349aa190dd642ce 100644 (file)
@@ -87,7 +87,7 @@ public:
     /**
         Destroys the wxSplitterWindow and its children.
     */
-    ~wxSplitterWindow();
+    virtual ~wxSplitterWindow();
 
     /**
         Creation function, for two-step construction. See wxSplitterWindow() for
@@ -111,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.