]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tglbtn.tex
mention that SetItemToolTip() is for wxMSW and wxGTK2 only
[wxWidgets.git] / docs / latex / wx / tglbtn.tex
index 75184f5541c4ac4d49945ecff397321cfdffa880..4a3e23dc3ab7dce00c9d1f39d640cfe6dabee0b9 100644 (file)
@@ -18,7 +18,8 @@ functionality but looks like a \helpref{wxButton}{wxbutton}.
 You can see wxToggleButton in action in the sixth page of the 
 \helpref{controls}{samplecontrols} sample.
 
 You can see wxToggleButton in action in the sixth page of the 
 \helpref{controls}{samplecontrols} sample.
 
-{\bf NB:} This class is only available under wxMSW and wxGTK currently.
+{\bf NB:} This class is not available under wxUniversal ports such
+as wxX11.
 
 \wxheading{Derived from}
 
 
 \wxheading{Derived from}
 
@@ -41,7 +42,7 @@ See also \helpref{window styles overview}{windowstyles}.
 
 \twocolwidtha{7cm}
 \begin{twocollist}\itemsep=0pt
 
 \twocolwidtha{7cm}
 \begin{twocollist}\itemsep=0pt
-\twocolitem{{\bf EVT\_TOGGLEBUTTON(id, func)}}{Handles button click event.}
+\twocolitem{{\bf EVT\_TOGGLEBUTTON(id, func)}}{Handles a toggle button click event.}
 \end{twocollist}
 
 \wxheading{See also}
 \end{twocollist}
 
 \wxheading{See also}
@@ -85,7 +86,7 @@ Constructor, creating and showing a toggle button.
 
 \helpref{wxToggleButton::Create}{wxtogglebuttoncreate}, \helpref{wxValidator}{wxvalidator}
 
 
 \helpref{wxToggleButton::Create}{wxtogglebuttoncreate}, \helpref{wxValidator}{wxvalidator}
 
-\membersection{wxToggleButton::\destruct{wxToggleButton}}
+\membersection{wxToggleButton::\destruct{wxToggleButton}}\label{wxtogglebuttondtor}
 
 \func{}{\destruct{wxToggleButton}}{\void}
 
 
 \func{}{\destruct{wxToggleButton}}{\void}
 
@@ -109,7 +110,7 @@ Gets the state of the toggle button.
 
 \wxheading{Return value}
 
 
 \wxheading{Return value}
 
-Returns {\tt TRUE} if it is pressed, {\tt FALSE} otherwise.
+Returns {\tt true} if it is pressed, {\tt false} otherwise.
 
 \membersection{wxToggleButton::SetValue}\label{wxtogglebuttonsetvalue}
 
 
 \membersection{wxToggleButton::SetValue}\label{wxtogglebuttonsetvalue}
 
@@ -120,5 +121,5 @@ Sets the toggle button to the given state. This does not cause a
 
 \wxheading{Parameters}
 
 
 \wxheading{Parameters}
 
-\docparam{state}{If {\tt TRUE}, the button is pressed.}
+\docparam{state}{If {\tt true}, the button is pressed.}