1 \section{\class{wxControl
}}\label{wxcontrol
}
3 This is the base class for a control or `widget'.
5 A control is generally a small window which processes user input and/or displays one or more item
8 \wxheading{Derived from
}
10 \helpref{wxWindow
}{wxwindow
}\\
11 \helpref{wxEvtHandler
}{wxevthandler
}\\
12 \helpref{wxObject
}{wxobject
}
14 \wxheading{Include files
}
20 \helpref{wxValidator
}{wxvalidator
}
22 \latexignore{\rtfignore{\wxheading{Members
}}}
24 \membersection{wxControl::Command
}\label{wxcontrolcommand
}
26 \func{void
}{Command
}{\param{wxCommandEvent\&
}{event
}}
28 Simulates the effect of the user issuing a command to the item. See
\helpref{wxCommandEvent
}{wxcommandevent
}.
30 \membersection{wxControl::GetLabel
}\label{wxcontrolgetlabel
}
32 \func{wxString\&
}{GetLabel
}{\void}
34 Returns the control's text.
36 \membersection{wxControl::SetLabel
}\label{wxcontrolsetlabel
}
38 \func{void
}{SetLabel
}{\param{const wxString\&
}{label
}}