various splitter fixes:
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Feb 2002 21:53:52 +0000 (21:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Feb 2002 21:53:52 +0000 (21:53 +0000)
commit3e58dcb9058f177d767c6f39baa88ee5626266a9
tree9abb087871d70f3e184899cd6d25df4a577e4e2f
parent590b1a4d628c79244ae8556ab3fe7d2a823ad322
various splitter fixes:
1. generate the events from the event handlers, thus it is now possible to
   process the splitter events in the parent window
2. when double clicking the splitter which can't be unsplit it doesn't jump
   by a couple of pixels
3. misc code cleanup

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