corrected Enable() docs to correspond to the real method signature

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-07-25 17:07:05 +00:00
parent 474cd91658
commit ebeb769638

View File

@ -113,11 +113,11 @@ for further details.
\membersection{wxRadioBox::Enable}\label{wxradioboxenable}
\func{void}{Enable}{\param{const bool}{ enable}}
\func{void}{Enable}{\param{bool}{ enable = {\tt TRUE}}}
Enables or disables the entire radiobox.
\func{void}{Enable}{\param{int}{ n}, \param{const bool}{ enable}}
\func{void}{Enable}{\param{int}{ n}, \param{bool}{ enable = {\tt TRUE}}}
Enables or disables an individual button in the radiobox.