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

Lines Matching refs:stretchfactor

1968                    values of stretchfactor and outlinewidth (outline),
2267 "stretchfactor": (positive number, positive number)
2282 'stretchfactor': (1,1), 'speed': 3}
2289 'stretchfactor': (1,1), 'speed': 3}
2294 'stretchfactor': (1,1), 'speed': 3}
2303 "stretchfactor" : self._stretchfactor,
2352 if "stretchfactor" in p:
2353 sf = p["stretchfactor"]
2696 stretch_wid is stretchfactor perpendicular to orientation
2697 stretch_len is stretchfactor in direction of turtles orientation.
2710 stretchfactor = stretch_wid, stretch_wid
2712 stretchfactor = stretch_wid, stretch_len
2714 stretchfactor = self._stretchfactor[0], stretch_len
2716 stretchfactor = self._stretchfactor
2720 stretchfactor=stretchfactor, outline=outline)