Thanks for the contribution; I've committed it to the 'ttk-range-widget' branch on core.tcl.tk.
Since Tk is in the beta phase of the release cycle (which presumably means feature freeze) don't know if this will make it into 8.6 final, but it's in the repo now...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Great - thanks for creating the branch. If it doesn't make the release at least if someone really wants a range widget they can checkout the branch.
The only thing wrong at the moment is that when both sliders are at the -to position, the maxslider gets the focus on the press event, rather than the minslider... the bindings move the minslider however so that the widget isn't stuck.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
patch for the unix makefile.in file
Compiled widget on linux box - Makefile.in patch attached.
BTW, only Makefile.vc includes the new widget on Windows.
Thanks for the contribution; I've committed it to the 'ttk-range-widget' branch on core.tcl.tk.
Since Tk is in the beta phase of the release cycle (which presumably means feature freeze) don't know if this will make it into 8.6 final, but it's in the repo now...
Great - thanks for creating the branch. If it doesn't make the release at least if someone really wants a range widget they can checkout the branch.
The only thing wrong at the moment is that when both sliders are at the -to position, the maxslider gets the focus on the press event, rather than the minslider... the bindings move the minslider however so that the widget isn't stuck.