X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9948d31f4e327d555cc92a6570047b8ca4db467d..bc7e0c92ad1e539ac0fed5d5e9b005cf2c2e7121:/include/wx/generic/splitter.h diff --git a/include/wx/generic/splitter.h b/include/wx/generic/splitter.h index 8528e2265b..4b0d641a56 100644 --- a/include/wx/generic/splitter.h +++ b/include/wx/generic/splitter.h @@ -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;