wxSplitterWindow now:

1. respects minimal size even when set programatically
2. respects minimal size of child windows if set


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-02-11 23:48:33 +00:00
parent 5229b11d2c
commit d76ac8ed88
2 changed files with 40 additions and 4 deletions

View 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;