]> git.saurik.com Git - wxWidgets.git/commitdiff
Document wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL
authorRobert Roebling <robert@roebling.de>
Sat, 14 Nov 2009 14:25:54 +0000 (14:25 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 14 Nov 2009 14:25:54 +0000 (14:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/slider.h

index 9ce912e3f43f4d206cd60f8d4831e76ac72904ff..d1fd50460e366c1c0f0ce9120887ee7dc8bfbc75 100644 (file)
     @style{wxSL_VERTICAL}
            Displays the slider vertically.
     @style{wxSL_AUTOTICKS}
-           Displays tick marks.
+           Displays tick marks. Windows only.
+    @style{wxSL_MIN_MAX_LABELS}
+           Displays minimum, maximum labels.
+    @style{wxSL_VALUE_LABEL}
+           Displays value label.
     @style{wxSL_LABELS}
-           Displays minimum, maximum and value labels.
+           Displays minimum, maximum and value labels (same as the two above together).
     @style{wxSL_LEFT}
            Displays ticks on the left and forces the slider to be vertical.
     @style{wxSL_RIGHT}