1. bug in wxSplitter corrected: mouse event coords may be negative when the
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 May 1999 22:25:41 +0000 (22:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 May 1999 22:25:41 +0000 (22:25 +0000)
commitd66a042c1cd17d94d87be0c916edf1264b549abc
tree76dde33efe9d42510fb0ddcc5042f6dab9cb56f7
parent93b7364ecd30d7788e917362cac29380c86f2555
1. bug in wxSplitter corrected: mouse event coords may be negative when the
   mouse is captured which made sash roll over the window
2. missing functions added to wxRadioBox
3. non existent functions removed from wxRadioBox and wxControl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/control.h
include/wx/msw/radiobox.h
src/generic/splitter.cpp
src/msw/notebook.cpp
src/msw/radiobox.cpp