Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-02-21 21:02:41 +00:00
parent 1814658d67
commit 1a87edf286
24 changed files with 381 additions and 268 deletions

View File

@@ -129,11 +129,11 @@ for further details.
\membersection{wxRadioBox::Enable}\label{wxradioboxenable}
\func{void}{Enable}{\param{bool}{ enable = {\tt true}}}
\func{virtual bool}{Enable}{\param{bool}{ enable = {\tt true}}}
Enables or disables the entire radiobox.
\func{void}{Enable}{\param{int}{ n}, \param{bool}{ enable = {\tt true}}}
\func{virtual bool}{Enable}{\param{int}{ n}, \param{bool}{ enable = {\tt true}}}
Enables or disables an individual button in the radiobox.
@@ -152,6 +152,10 @@ individual button in the radiobox.}
\end{twocollist}}
}
\wxheading{See also}
\helpref{wxWindow::Enable}{wxwindowenable}
\membersection{wxRadioBox::FindString}\label{wxradioboxfindstring}