introduce a new @beginFlagTable
[wxWidgets.git] / interface / control.h
index 862d4795fc982614d7ff89065ba026938a7c2c57..3d5b7ef17ade63e02e5dfa9c87703d0e161e8ebd 100644 (file)
@@ -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);
 };
+