Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e45298

Browse files
committed
Added relevant whats_new
1 parent db6adff commit 9e45298

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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`.
7+
8+
If `closedmax==True`, then the slider will snap to `valmax` as well.

0 commit comments

Comments
 (0)