]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/splitter.h
wxRESIZE_BOX -> wxRESIZE_BORDER (bug 515364)
[wxWidgets.git] / include / wx / generic / splitter.h
index 8528e2265bcb0ed052509e5aea944551125bbab3..4b0d641a56e4c66119d35e689cf3129e4b22732a 100644 (file)
@@ -212,6 +212,9 @@ protected:
 protected:
     // common part of all ctors
     void Init();
+    
+    // adjusts sash position with respect to min. pane and window sizes
+    void AdjustSashPosition(int &sashPos);
 
     int         m_splitMode;
     bool        m_permitUnsplitAlways;