X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..09a728e15eaf4fea92983a92aaee718c6fdebbd4:/interface/control.h diff --git a/interface/control.h b/interface/control.h index 862d4795fc..3d5b7ef17a 100644 --- a/interface/control.h +++ b/interface/control.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: control.h -// Purpose: documentation for wxControl class +// Purpose: interface of wxControl // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -10,7 +10,7 @@ @class wxControl @wxheader{control.h} - 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. @@ -19,8 +19,7 @@ @category{ctrl} @appearance{control.png} - @seealso - wxValidator + @see wxValidator */ class wxControl : public wxWindow { @@ -58,3 +57,4 @@ public: */ void SetLabel(const wxString& label); }; +