Clarify wxSL_SELRANGE description
The user cannot select a range, the selection range can be changed only programatically.
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
@style{wxSL_BOTTOM}
|
@style{wxSL_BOTTOM}
|
||||||
Displays ticks on the bottom (this is the default).
|
Displays ticks on the bottom (this is the default).
|
||||||
@style{wxSL_SELRANGE}
|
@style{wxSL_SELRANGE}
|
||||||
Allows the user to select a range on the slider. Windows only.
|
Displays a highlighted selection range. Windows only.
|
||||||
@style{wxSL_INVERSE}
|
@style{wxSL_INVERSE}
|
||||||
Inverses the minimum and maximum endpoints on the slider. Not
|
Inverses the minimum and maximum endpoints on the slider. Not
|
||||||
compatible with wxSL_SELRANGE.
|
compatible with wxSL_SELRANGE.
|
||||||
|
Reference in New Issue
Block a user