Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e45298 commit e23b522Copy full SHA for e23b522
doc/users/next_whats_new/2017-08-31_discrete-sliders.rst
@@ -1,8 +1,8 @@
1
Slider UI widget can snap to discrete values
2
--------------------------
3
4
-The slider UI widget can take the optional argument `valstep`. Doing so
5
-forces the slider to take on only discrete values, starting from `valmin` and
6
-counting up to `valmax` with steps of size `valstep`.
+The slider UI widget can take the optional argument *valstep*. Doing so
+forces the slider to take on only discrete values, starting from *valmin* and
+counting up to *valmax* with steps of size *valstep*.
7
8
-If `closedmax==True`, then the slider will snap to `valmax` as well.
+If *closedmax==True*, then the slider will snap to *valmax* as well.
0 commit comments