Document wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2009-11-14 14:25:54 +00:00
parent fe45d6ffd5
commit 6d6f99cb41

View File

@@ -22,9 +22,13 @@
@style{wxSL_VERTICAL} @style{wxSL_VERTICAL}
Displays the slider vertically. Displays the slider vertically.
@style{wxSL_AUTOTICKS} @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} @style{wxSL_LABELS}
Displays minimum, maximum and value labels. Displays minimum, maximum and value labels (same as the two above together).
@style{wxSL_LEFT} @style{wxSL_LEFT}
Displays ticks on the left and forces the slider to be vertical. Displays ticks on the left and forces the slider to be vertical.
@style{wxSL_RIGHT} @style{wxSL_RIGHT}