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
This commit is contained in:
parent
1661354b77
commit
066a357890
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user