]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/spinbutt.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / spinbutt.h
index e596243c80c7a7d2e11852c73088560c77f86aaf..90e2951dd00bf9819f6f638b691e8238e765fc5d 100644 (file)
@@ -77,7 +77,7 @@ public:
            The value wraps at the minimum and maximum.
     @endStyleTable
 
-    @beginEventTable{wxSpinEvent}
+    @beginEventEmissionTable{wxSpinEvent}
     @event{EVT_SPIN(id, func)}
         Generated whenever an arrow is pressed.
     @event{EVT_SPIN_UP(id, func)}
@@ -113,10 +113,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