git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16276
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\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.