fixed syntax errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user