don't duplicate wxItemContainer methods in wxRadioBoxBase, instead extract the common...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Feb 2005 19:01:17 +0000 (19:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Feb 2005 19:01:17 +0000 (19:01 +0000)
commit8ba7c77150d74a5385f2385e5448ca491263179f
treeb92bd8ba68103ba6f70321e13ebab1266a30b15e
parente9923becbe8301e08e3484072eb34290846bcbdf
don't duplicate wxItemContainer methods in wxRadioBoxBase, instead extract the common intersection to a new wxItemContainerImmutable class and derive wxRadioBoxBase from it

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