]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/control.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / control.h
index 862d4795fc982614d7ff89065ba026938a7c2c57..7bdba6b7bed80f68fefcd7c3767e9b82653fe937 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
@@ -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);
 };
+