]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/checkbox.tex
added wxTextCtrl::HitTest(); implemented it for MSW
[wxWidgets.git] / docs / latex / wx / checkbox.tex
index b682c8fb731d637354b6353d109be6dc0a96b6a5..9026628a39e2a076990c633b794ae2b514fa94f5 100644 (file)
@@ -1,8 +1,9 @@
 \section{\class{wxCheckBox}}\label{wxcheckbox}
 
-A checkbox is a labelled box which by default is either on (checkmark is visible)
-or off (no checkmark). Optionally (When the wxCHK_3STATE style flag is set) it can have
-a third state, called the mixed or undetermined state. Often this is used as a "Does Not Apply" state.
+A checkbox is a labelled box which by default is either on (checkmark is
+visible) or off (no checkmark). Optionally (When the wxCHK\_3STATE style flag
+is set) it can have a third state, called the mixed or undetermined state.
+Often this is used as a "Does Not Apply" state.
 
 \wxheading{Derived from}