]> git.saurik.com Git - wxWidgets.git/commit - include/wx/generic/splitter.h
1. Split{Horizontal|Vertical} now accept negative args to set the
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Oct 1998 13:15:15 +0000 (13:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Oct 1998 13:15:15 +0000 (13:15 +0000)
commit0d559d69c8115c8aaabba70f37d49b4effbc2ab2
tree6787b161d9f0cc23b5dfc99b49ee061885582835
parenta3168196950059931fde30e568a788ab358428ef
1. Split{Horizontal|Vertical} now accept negative args to set the
   size of right/lower pane (positive arg sets the size of
   left/upper one as before, 0 is the same as -1 before: choose
   default)

2. OnSashPositionChange() virtual function added - it may return
   FALSE to cancel position change

3. splitter sample and docs (couldn't compile them though) updated

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/splitter.tex
include/wx/generic/splitter.h
samples/splitter/test.cpp
src/generic/splitter.cpp