]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tglbtn.tex
fix LaTeX error (escape underscores); don't abuse bold face
[wxWidgets.git] / docs / latex / wx / tglbtn.tex
index 5cccc78726420f64faa7dbccbb2e4ce9f4d7ff00..88519f5fd9b2ea55d6cd13db7282c3c0516822c9 100644 (file)
@@ -15,6 +15,8 @@ wxToggleButton is a button that stays pressed when clicked by the user. In
 other words, it is similar to \helpref{wxCheckBox}{wxcheckbox} in
 functionality but looks like a \helpref{wxButton}{wxbutton}.
 
+Since wxWidgets version 2.9.0 this control emits an update UI event.
+
 You can see wxToggleButton in action in the sixth page of the
 \helpref{controls}{samplecontrols} sample.
 
@@ -29,6 +31,10 @@ You can see wxToggleButton in action in the sixth page of the
 
 <wx/tglbtn.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Window styles}
 
 There are no special styles for wxToggleButton.
@@ -44,7 +50,8 @@ See also \helpref{window styles overview}{windowstyles}.
 
 \wxheading{See also}
 
-\helpref{wxCheckBox}{wxcheckbox}, \helpref{wxButton}{wxbutton}
+\helpref{wxCheckBox}{wxcheckbox}, \helpref{wxButton}{wxbutton},
+\helpref{wxBitmapToggleButton}{wxbitmaptogglebutton}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
@@ -119,3 +126,4 @@ Sets the toggle button to the given state. This does not cause a
 \wxheading{Parameters}
 
 \docparam{state}{If {\tt true}, the button is pressed.}
+