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:
@@ -22,9 +22,13 @@
|
||||
@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}
|
||||
|
Reference in New Issue
Block a user