]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/checkbox.tex
added and documented wxApp::OnAssert
[wxWidgets.git] / docs / latex / wx / checkbox.tex
index b12e416a44a9995c346e8551dc90be409cc7f184..396a731764032fee9d887203854dc524a8ddb4c3 100644 (file)
@@ -10,6 +10,10 @@ or off (no checkmark).
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/checkbox.h>
+
 \wxheading{Window styles}
 
 There are no special styles for wxCheckBox.
@@ -95,7 +99,8 @@ Returns TRUE if it is checked, FALSE otherwise.
 
 \func{void}{SetValue}{\param{const bool}{ state}}
 
-Sets the checkbox to the given state.
+Sets the checkbox to the given state. This does not cause a
+wxEVT\_COMMAND\_CHECKBOX\_CLICKED event to get emitted.
 
 \wxheading{Parameters}