added wxRadioBox::IsItemEnabled/Shown() (for MSW only for now, other platforms to...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 29 Nov 2005 19:26:38 +0000 (19:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 29 Nov 2005 19:26:38 +0000 (19:26 +0000)
commit3bfa7be9771e14a164116fa2081171bcab17814f
treedc3359632695de39ad10d0dfad28cf3768d23e0d
parent2f1834d9f272e29a87303c66495a9ed80a392e38
added wxRadioBox::IsItemEnabled/Shown() (for MSW only for now, other platforms to come); corrected Enable/Show() return values

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/radiobox.tex
include/wx/msw/radiobox.h
include/wx/radiobox.h
samples/widgets/radiobox.cpp
src/msw/radiobox.cpp