Open
Description
The help document seems incorrect, type of resolution
, tick_resolution
should be float
,
https://github.com/TkinterEP/ttkwidgets/blob/master/ttkwidgets/timeline.py#L100
:param resolution: Amount of time per pixel [s/pixel] :type resolution: int :param tick_resolution: Amount of time between ticks on the timeline :type tick_resolution: int
resolution
seems must >= 0.01
, otherwise the program will not response.
When options start
, finish
fixed, can I configure resolution
>= 0.01
?
(e.g. 1.0
, let the marker move and return args
interval is 1.0
.)