1. derived wxMSW radio box from static box because it includes the box anyhow
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 13 Dec 2004 01:00:35 +0000 (01:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 13 Dec 2004 01:00:35 +0000 (01:00 +0000)
commitbd0a76e228b5ce47c648c2e52857e77cf79e6ae5
tree5830b9c5b93db4993025f04ab8c0578075d5225f
parent6de9d616cafa1d97341092bdda9e48e8997564d5
1. derived wxMSW radio box from static box because it includes the box anyhow
2. changed it to use wxSubwindows to cut down code duplication
3. deprecated Get/SetNumberOfRowsOrCols() which didn't do anything in neither
   MSW nor GTK (this is the only change in GTK code)

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