]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/radiobox.tex
documented __WXFUNCTION__
[wxWidgets.git] / docs / latex / wx / radiobox.tex
index 8e8e80ced85b2894278dbaed63703d65977c484c..12e7d2858765948f8da713ec7c42f8eeaa91d294 100644 (file)
@@ -3,7 +3,7 @@
 %% Purpose:     wxRadioBox documentation
 %% Author:      wxWidgets Team
 %% Modified by:
-%% Created:     
+%% Created:
 %% RCS-ID:      $Id$
 %% Copyright:   (c) wxWidgets Team
 %% License:     wxWindows license
@@ -17,6 +17,7 @@ labelled buttons.
 
 \wxheading{Derived from}
 
+\helpref{wxControlWithItems}{wxcontrolwithitems}\\
 \helpref{wxControl}{wxcontrol}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
@@ -192,13 +193,6 @@ Finds a button matching the given string, returning the position if found, or
 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}
@@ -258,38 +252,25 @@ Returns the label for the button at the given position.
 
 \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}