]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/radiobut.tex
added support for reading alpha channel
[wxWidgets.git] / docs / latex / wx / radiobut.tex
index c9b5f647edb8dd589556b6b3ad1ba0474a5fa870..58c0e040308e33f2ab82aa14e59c0ea35c6dfa16 100644 (file)
@@ -98,7 +98,7 @@ further details.
 
 \constfunc{bool}{GetValue}{\void}
 
-Returns TRUE if the radio button is depressed, FALSE otherwise.
+Returns true if the radio button is depressed, false otherwise.
 
 \membersection{wxRadioButton::SetValue}\label{wxradiobuttonsetvalue}
 
@@ -109,6 +109,6 @@ wxEVT\_COMMAND\_RADIOBUTTON\_SELECTED event to get emitted.
 
 \wxheading{Parameters}
 
-\docparam{value}{TRUE to select, FALSE to deselect.}
+\docparam{value}{true to select, false to deselect.}