Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal...
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 23 Feb 2005 16:39:25 +0000 (16:39 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 23 Feb 2005 16:39:25 +0000 (16:39 +0000)
commit789f6795165f19cd16f0ba9f799add6a92720454
treea1d3f437fca35d890865b81826c83fa4ab003391
parent14fc1a0c5c8df8f40b362e7a5df7e639c3b7c1f9
Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
include/wx/cocoa/radiobox.h
include/wx/ctrlsub.h
include/wx/gtk/radiobox.h
include/wx/gtk1/radiobox.h
include/wx/motif/radiobox.h
include/wx/msw/radiobox.h
include/wx/radiobox.h
src/cocoa/radiobox.mm
src/gtk/radiobox.cpp
src/gtk1/radiobox.cpp
src/motif/radiobox.cpp
src/msw/radiobox.cpp