X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..e4f1d811cc5b15a148ae7331c033d1749940cac0:/interface/control.h diff --git a/interface/control.h b/interface/control.h index 862d4795fc..7bdba6b7be 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 @@ -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); }; +