.\" This is a wxWidgets manpage page generated from the XML docs .TH wxControl 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxControl \- The base class for controls .SH DESCRIPTION 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. .SH "PARENTS" wxWindow wxEvtHandler wxObject .SH "INCLUDE FILES" wx/control.h .SH MEMBERS .SS void Command (wxCommandEvent& event) Simulates the effect of the user issuing a command to the item. See wxCommandEvent . .SS wxString& GetLabel () Returns the control's text. .SS void SetLabel (const wxString& label) Sets the item's text. .SH "SEE ALSO" wxWindow wxEvtHandler wxObject wxValidator .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.