Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:interval

1010     def start(self, interval=None):
1012 that calls method step every interval milliseconds.
1014 interval defaults to 50 milliseconds (20 steps/second) if ommited."""
1015 self.tk.call(self._w, "start", interval)