Lines Matching refs:resizemode
165 | :func:`resizemode`
789 Set the line thickness to *width* or return it. If resizemode is set to
814 * "resizemode": "auto" or "user" or "noresize"
830 ('pendown', True), ('pensize', 10), ('resizemode', 'noresize'),
1131 .. function:: resizemode(rmode=None)
1135 Set resizemode to one of the values: "auto", "user", "noresize". If *rmode*
1136 is not given, return current resizemode. Different resizemodes have the
1145 resizemode("user") is called by :func:`shapesize` when used with arguments.
1149 >>> turtle.resizemode()
1151 >>> turtle.resizemode("auto")
1152 >>> turtle.resizemode()
1164 resizemode to "user". If and only if resizemode is set to "user", the turtle
1174 >>> turtle.resizemode("user")
2240 resizemode = noresize
2259 - If you want to reflect the turtle its state, you have to use ``resizemode =