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

Lines Matching refs:stretch_wid

2684     def shapesize(self, stretch_wid=None, stretch_len=None, outline=None):
2688 stretch_wid : positive number
2696 stretch_wid is stretchfactor perpendicular to orientation
2705 if stretch_wid is stretch_len is outline is None:
2706 stretch_wid, stretch_len = self._stretchfactor
2707 return stretch_wid, stretch_len, self._outlinewidth
2708 if stretch_wid is not None:
2710 stretchfactor = stretch_wid, stretch_wid
2712 stretchfactor = stretch_wid, stretch_len