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

Lines Matching refs:speeds

2069         speeds from 1 to 10 enforce increasingly faster animation of
2079 speeds = {'fastest':0, 'fast':10, 'normal':6, 'slow':3, 'slowest':1 }
2082 if speed in speeds:
2083 speed = speeds[speed]
2231 the turtle speeds up the drawing observably.