]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/slider.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / slider.h
index 504b4d549c3fccce87b5dd9c19c3c33c64d578a7..9ce912e3f43f4d206cd60f8d4831e76ac72904ff 100644 (file)
@@ -40,7 +40,7 @@
            compatible with wxSL_SELRANGE.
     @endStyleTable
 
-    @beginEventTable{wxScrollEvent}
+    @beginEventEmissionTable{wxScrollEvent}
     You can use EVT_COMMAND_SCROLL... macros with window IDs for when intercepting
     scroll events from controls, or EVT_SCROLL... macros without window IDs for
     intercepting scroll events from the receiving window -- except for this,
@@ -131,9 +131,11 @@ public:
         @param maxValue
             Maximum slider position.
         @param pos
-            Window position. If wxDefaultPosition is specified then a default position is chosen.
+            Window position. 
+            If ::wxDefaultPosition is specified then a default position is chosen.
         @param size
-            Window size. If wxDefaultSize is specified then a default size is chosen.
+            Window size. 
+            If ::wxDefaultSize is specified then a default size is chosen.
         @param style
             Window style. See wxSlider.
         @param validator