]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected Enable() docs to correspond to the real method signature
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Jul 2002 17:07:05 +0000 (17:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Jul 2002 17:07:05 +0000 (17:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/radiobox.tex

index f1e9a81d001c6bd0b03ff8e0debb2ab6df96ed18..72f27204b66fe55ea5f2e346dbf6481a56508da4 100644 (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.