]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/checkbox.tex
wxDataViewCtrl DnD stubs, some reformating
[wxWidgets.git] / docs / latex / wx / checkbox.tex
index ef9a6ad5156bbca6505e4359cfdeaf113ff9176f..9859e61809c54826cc5f1e5b2e43fee9637b51fc 100644 (file)
@@ -16,6 +16,10 @@ Often this is used as a "Does Not Apply" state.
 
 <wx/checkbox.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Window styles}
 
 \twocolwidtha{7cm}
@@ -44,7 +48,7 @@ when the checkbox is clicked.}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxCheckBox::wxCheckBox}\label{wxcheckboxconstr}
+\membersection{wxCheckBox::wxCheckBox}\label{wxcheckboxctor}
 
 \func{}{wxCheckBox}{\void}
 
@@ -79,7 +83,7 @@ Constructor, creating and showing a checkbox.
 
 \helpref{wxCheckBox::Create}{wxcheckboxcreate}, \helpref{wxValidator}{wxvalidator}
 
-\membersection{wxCheckBox::\destruct{wxCheckBox}}
+\membersection{wxCheckBox::\destruct{wxCheckBox}}\label{wxcheckboxdtor}
 
 \func{}{\destruct{wxCheckBox}}{\void}
 
@@ -92,7 +96,7 @@ Destructor, destroying the checkbox.
 \param{const wxSize\& }{size = wxDefaultSize}, \param{long}{ style = 0},\rtfsp
 \param{const wxValidator\& }{val}, \param{const wxString\& }{name = ``checkBox"}}
 
-Creates the checkbox for two-step construction. See \helpref{wxCheckBox::wxCheckBox}{wxcheckboxconstr}\rtfsp
+Creates the checkbox for two-step construction. See \helpref{wxCheckBox::wxCheckBox}{wxcheckboxctor}\rtfsp
 for details.
 
 \membersection{wxCheckBox::GetValue}\label{wxcheckboxgetvalue}