X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..b41f29c357205531670a156b67247b9345688150:/docs/latex/wx/control.tex diff --git a/docs/latex/wx/control.tex b/docs/latex/wx/control.tex index 8419d9b81a..75c4e5f975 100644 --- a/docs/latex/wx/control.tex +++ b/docs/latex/wx/control.tex @@ -1,9 +1,9 @@ \section{\class{wxControl}}\label{wxcontrol} -This is the base class for a control or `widget'. +This is the base class for a control or ``widget''. -A control is generally a small window which processes user input and/or displays one or more item -of data. +A control is generally a small window which processes user input and/or +displays one or more item of data. \wxheading{Derived from} @@ -11,24 +11,31 @@ of data. \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxValidator}{wxvalidator} \latexignore{\rtfignore{\wxheading{Members}}} + \membersection{wxControl::Command}\label{wxcontrolcommand} \func{void}{Command}{\param{wxCommandEvent\& }{event}} Simulates the effect of the user issuing a command to the item. See \helpref{wxCommandEvent}{wxcommandevent}. + \membersection{wxControl::GetLabel}\label{wxcontrolgetlabel} \func{wxString\&}{GetLabel}{\void} Returns the control's text. + \membersection{wxControl::SetLabel}\label{wxcontrolsetlabel} \func{void}{SetLabel}{\param{const wxString\& }{label}}