]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/spinctrl.h
revised base64.h;bitmap.h
[wxWidgets.git] / interface / spinctrl.h
index 884216ec7ff51976e211216062a1803c6bc7894e..94dd210d2a4ed55217bfdaa36d388e00ee83a0e3 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        spinctrl.h
-// Purpose:     documentation for wxSpinCtrl class
+// Purpose:     interface of wxSpinCtrl
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -24,8 +24,7 @@
     @category{ctrl}
     @appearance{spinctrl.png}
 
-    @seealso
-    @ref overview_eventhandlingoverview, wxSpinButton, wxControl
+    @see @ref overview_eventhandlingoverview, wxSpinButton, wxControl
 */
 class wxSpinCtrl : public wxControl
 {
@@ -120,3 +119,4 @@ public:
     void SetValue(int value);
     //@}
 };
+