]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/spinbutt.h
Finished review/fixes of GDI category of functions and macros.
[wxWidgets.git] / interface / spinbutt.h
index 1844319f9a1010b613e64a5ec0f365b37c40483d..0e9ff3967493eaa3ccd4502931219845656995c9 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        spinbutt.h
-// Purpose:     documentation for wxSpinEvent class
+// Purpose:     interface of wxSpinEvent
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -16,8 +16,7 @@
     @library{wxcore}
     @category{events}
 
-    @seealso
-    wxSpinButton and wxSpinCtrl
+    @see wxSpinButton and wxSpinCtrl
 */
 class wxSpinEvent : public wxNotifyEvent
 {
@@ -39,6 +38,7 @@ public:
 };
 
 
+
 /**
     @class wxSpinButton
     @wxheader{spinbutt.h}
@@ -70,8 +70,7 @@ public:
     @category{ctrl}
     @appearance{spinbutton.png}
 
-    @seealso
-    wxSpinCtrl
+    @see wxSpinCtrl
 */
 class wxSpinButton : public wxControl
 {
@@ -161,3 +160,4 @@ public:
     */
     void SetValue(int value);
 };
+