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'),
1181 .. function:: resizemode(rmode=None)
1185 Set resizemode to one of the values: "auto", "user", "noresize". If *rmode*
1186 is not given, return current resizemode. Different resizemodes have the
1195 ``resizemode("user")`` is called by :func:`shapesize` when used with arguments.
1200 >>> turtle.resizemode()
1202 >>> turtle.resizemode("auto")
1203 >>> turtle.resizemode()
1215 resizemode to "user". If and only if resizemode is set to "user", the turtle
1226 >>> turtle.resizemode("user")
2329 resizemode = noresize
2348 - If you want to reflect the turtle its state, you have to use ``resizemode =