TkDial icon indicating copy to clipboard operation
TkDial copied to clipboard

Tkinter Dial-Knob widgets

Results 3 TkDial issues
Sort by recently updated
recently updated
newest added

The type of border_color should be str instead of int. I checked its uses, and it is always used as a str.

When defining a command in Meter with 'unbind' state the Meter does not execute commands. I am manually setting pervious angle as a temporary workaround. I suggest updating previous_angle inside...

enhancement

When setting a dial's minor_division to anything other than 1, set_mark no longer works as intended.