%% Purpose: wxRadioBox documentation
%% Author: wxWidgets Team
%% Modified by:
-%% Created:
+%% Created:
%% RCS-ID: $Id$
%% Copyright: (c) wxWidgets Team
%% License: wxWindows license
\wxheading{Derived from}
+\helpref{wxControlWithItems}{wxcontrolwithitems}\\
\helpref{wxControl}{wxcontrol}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\
Returns the number of columns in the radiobox.
-\membersection{wxRadioBox::GetCount}\label{wxradioboxgetcount}
-
-\constfunc{int}{GetCount}{\void}
-
-Returns the number of items in the radiobox.
-
-
\membersection{wxRadioBox::GetLabel}\label{wxradioboxgetlabel}
\constfunc{wxString}{GetLabel}{\void}
\constfunc{bool}{IsItemEnabled}{\void}
-Returns \true if the item is enabled or \false if it was disabled using
+Returns \true if the item is enabled or \false if it was disabled using
\helpref{Enable(n, false)}{wxradioboxenable}.
-{\bf Platform note:} Currently only implemented in wxMSW and always returns
-\true in the other ports.
+{\bf Platform note:} Currently only implemented in wxMSW, wxGTK and wxUniversal
+and always returns \true in the other ports.
\membersection{wxRadioBox::IsItemShown}\label{wxradioboxisitemshown}
\constfunc{bool}{IsItemShown}{\void}
-Returns \true if the item is currently shown or \false if it was hidden using
+Returns \true if the item is currently shown or \false if it was hidden using
\helpref{Show(n, false)}{wxradioboxshow}.
Note that this function returns \true for an item which hadn't been hidden even
if the entire radiobox is not currently shown.
-{\bf Platform note:} Currently only implemented in wxMSW and always returns
-\true in the other ports.
-
-
-\membersection{wxRadioBox::Number}\label{wxradioboxnumber}
-
-\constfunc{int}{Number}{\void}
-
-{\bf Obsolescence note:} This method is obsolete and was replaced with
-\helpref{GetCount}{wxradioboxgetcount}, please use the new method in the new
-code. This method is only available if wxWidgets was compiled with
-{\tt WXWIN\_COMPATIBILITY\_2\_2} defined and will disappear completely in
-future versions.
-
-Returns the number of buttons in the radiobox.
+{\bf Platform note:} Currently only implemented in wxMSW, wxGTK and wxUniversal
+and always returns \true in the other ports.
\membersection{wxRadioBox::SetLabel}\label{wxradioboxsetlabel}