From: Vadim Zeitlin Date: Thu, 25 Jul 2002 17:07:05 +0000 (+0000) Subject: corrected Enable() docs to correspond to the real method signature X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ebeb769638e9ce8e02bcb9a6fd3d9985e5aa26e4 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 --- diff --git a/docs/latex/wx/radiobox.tex b/docs/latex/wx/radiobox.tex index f1e9a81d00..72f27204b6 100644 --- a/docs/latex/wx/radiobox.tex +++ b/docs/latex/wx/radiobox.tex @@ -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.