]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/spinbutt.h
test that iterator is valid before comparing with it (another bug introduced when...
[wxWidgets.git] / interface / spinbutt.h
index 5bd9f8ae9fbe27d9ce2d0297b379a0b531ca2f64..e5af2d0435879d6b628d631d689e6d19de5dfc99 100644 (file)
@@ -55,14 +55,14 @@ public:
     required, 5.80 is recommended) the full 32 bit range is supported.
 
     @beginStyleTable
-    @style{wxSP_HORIZONTAL}:
+    @style{wxSP_HORIZONTAL}
            Specifies a horizontal spin button (note that this style is not
            supported in wxGTK).
-    @style{wxSP_VERTICAL}:
+    @style{wxSP_VERTICAL}
            Specifies a vertical spin button.
-    @style{wxSP_ARROW_KEYS}:
+    @style{wxSP_ARROW_KEYS}
            The user can use arrow keys to change the value.
-    @style{wxSP_WRAP}:
+    @style{wxSP_WRAP}
            The value wraps at the minimum and maximum.
     @endStyleTable