]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/spinbutt.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / spinbutt.h
index 2c343598840c8b204cd875626e1890df33b8561a..c903ed67276bbdee89da2d5f44d44fb3239c9512 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        spinbutt.h
 // Purpose:     interface of wxSpinEvent, wxSpinButton
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -92,7 +91,7 @@ public:
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{spinbutton.png}
+    @appearance{spinbutton}
 
     @see wxSpinCtrl
 */
@@ -113,10 +112,10 @@ public:
             Window identifier. The value wxID_ANY indicates a default value.
         @param pos
             Window position.
-            If wxDefaultPosition is specified then a default position is chosen.
+            If ::wxDefaultPosition is specified then a default position is chosen.
         @param size
             Window size.
-            If wxDefaultSize is specified then a default size is chosen.
+            If ::wxDefaultSize is specified then a default size is chosen.
         @param style
             Window style. See wxSpinButton class description.
         @param name