Searched refs:resizemode (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A Dturtle.py133 'pu', 'radians', 'right', 'reset', 'resizemode', 'rt',
164 "resizemode" : "noresize",
1940 def __init__(self, resizemode=_CFG["resizemode"]):
1941 self._resizemode = resizemode # or "user" or "noresize"
1958 def resizemode(self, rmode=None): member in class:TPen
1959 """Set resizemode to one of the values: "auto", "user", "noresize".
1971 If no argument is given, return current resizemode.
1972 resizemode("user") is called by a call of shapesize with arguments.
1976 >>> turtle.resizemode("noresiz
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A Dturtle.py133 'pu', 'radians', 'right', 'reset', 'resizemode', 'rt',
164 "resizemode" : "noresize",
1940 def __init__(self, resizemode=_CFG["resizemode"]):
1941 self._resizemode = resizemode # or "user" or "noresize"
1958 def resizemode(self, rmode=None): member in class:TPen
1959 """Set resizemode to one of the values: "auto", "user", "noresize".
1971 If no argument is given, return current resizemode.
1972 resizemode("user") is called by a call of shapesize with arguments.
1976 >>> turtle.resizemode("noresiz
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py133 'pu', 'radians', 'right', 'reset', 'resizemode', 'rt',
164 "resizemode" : "noresize",
1940 def __init__(self, resizemode=_CFG["resizemode"]):
1941 self._resizemode = resizemode # or "user" or "noresize"
1958 def resizemode(self, rmode=None): member in class:TPen
1959 """Set resizemode to one of the values: "auto", "user", "noresize".
1971 If no argument is given, return current resizemode.
1972 resizemode("user") is called by a call of shapesize with arguments.
1976 >>> turtle.resizemode("noresiz
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py133 'pu', 'radians', 'right', 'reset', 'resizemode', 'rt',
164 "resizemode" : "noresize",
1940 def __init__(self, resizemode=_CFG["resizemode"]):
1941 self._resizemode = resizemode # or "user" or "noresize"
1958 def resizemode(self, rmode=None): member in class:TPen
1959 """Set resizemode to one of the values: "auto", "user", "noresize".
1971 If no argument is given, return current resizemode.
1972 resizemode("user") is called by a call of shapesize with arguments.
1976 >>> turtle.resizemode("noresiz
[all...]

Completed in 35 milliseconds