ttkwidgets
ttkwidgets copied to clipboard
[Feature request] Get value range from Scale?
Refer some Audio editor software, can we get value range from Scale
or implement a new widgets?
e.g. get/return value range (start: -40, finish: 60) between two block on a Scale
?
So, if I understand the question correctly, you would like a widget that is capable of returning a range by letting the user use two markers? That would indeed require a completely new widget, which cannot be based on ttk.Scale
(unless there are some weird hoops that can be jumped through catching the events and drawing it in a tk.Canvas
...?).
I do not currently have plans to add any new widgets to the library. Development of the library has kind of stalled, and there is a bunch of PRs still open. Of course you are welcome to open a PR if you make an implementation yourself, and I'll take a look at it.