radiobox now sends notification messages when the selection is changed from
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Apr 1999 20:29:40 +0000 (20:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Apr 1999 20:29:40 +0000 (20:29 +0000)
commit9a5ccab4315dc06b4b56a57c39fbc35b21f5a9d5
tree158638031e8322a01c5c06db50ebf53ae148d71d
parent41618278a66c3a8ef50919516ca66d381b38d2b6
radiobox now sends notification messages when the selection is changed from
keyboard, but doesn't send them when the selection does not change (when the
already selected button is clicked with the mouse)

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