mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
update readme
This commit is contained in:
parent
8fb9372d0e
commit
b3d32a419f
@ -347,6 +347,7 @@ from_ | lower slider value
|
|||||||
to | upper slider value
|
to | upper slider value
|
||||||
border_width | space around the slider rail in px
|
border_width | space around the slider rail in px
|
||||||
fg_color | forground color, tuple: (light_color, dark_color) or single color
|
fg_color | forground color, tuple: (light_color, dark_color) or single color
|
||||||
|
progress_color | tuple: (light_color, dark_color) or single color, colors the slider line before the round button and is set to fg_color by default
|
||||||
bg_color | background color, tuple: (light_color, dark_color) or single color
|
bg_color | background color, tuple: (light_color, dark_color) or single color
|
||||||
border_color | slider border color, normally transparent (None)
|
border_color | slider border color, normally transparent (None)
|
||||||
button_color | color of the slider button, tuple: (light_color, dark_color) or single color
|
button_color | color of the slider button, tuple: (light_color, dark_color) or single color
|
||||||
|
Loading…
Reference in New Issue
Block a user