From: Vadim Zeitlin Date: Wed, 30 Nov 2005 17:29:10 +0000 (+0000) Subject: IsItemShown/Enabled() are now implemented on more platforms than just wxMSW X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/066a357890b9f9f4d32418d5cef80c7b1deaec46 IsItemShown/Enabled() are now implemented on more platforms than just wxMSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/radiobox.tex b/docs/latex/wx/radiobox.tex index 8e8e80ced8..be872cccf5 100644 --- a/docs/latex/wx/radiobox.tex +++ b/docs/latex/wx/radiobox.tex @@ -261,8 +261,8 @@ Returns the label for the button at the given position. 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} @@ -275,8 +275,8 @@ Returns \true if the item is currently shown or \false if it was hidden using 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. +{\bf Platform note:} Currently only implemented in wxMSW, wxGTK and wxUniversal +and always returns \true in the other ports. \membersection{wxRadioBox::Number}\label{wxradioboxnumber}