Lines Matching refs:resizemode
165 | :func:`resizemode`
819 Set the line thickness to *width* or return it. If resizemode is set to
845 * "resizemode": "auto" or "user" or "noresize"
862 ('pendown', True), ('pensize', 10), ('resizemode', 'noresize'),
1179 .. function:: resizemode(rmode=None)
1183 Set resizemode to one of the values: "auto", "user", "noresize". If *rmode*
1184 is not given, return current resizemode. Different resizemodes have the
1193 ``resizemode("user")`` is called by :func:`shapesize` when used with arguments.
1198 >>> turtle.resizemode()
1200 >>> turtle.resizemode("auto")
1201 >>> turtle.resizemode()
1213 resizemode to "user". If and only if resizemode is set to "user", the turtle
1224 >>> turtle.resizemode("user")
2333 resizemode = noresize
2352 - If you want to reflect the turtle its state, you have to use ``resizemode =