Lines Matching defs:undo
69 - Turtles now have an undo()-method with configurable undo-buffer.
139 'turtlesize', 'undo', 'undobufferentries', 'up', 'width',
2593 by the undo() function.
2611 ... undo()
3166 ## Version with undo-stuff
3215 """Reverse a _goto. Used for undo()
3261 ## if undo is done during creating a polygon, the last vertex
3264 ## Polygons created before the last one will not be affected by undo()
3609 """Does the main part of the work for undo()
3640 def undo(self):
3641 """undo (repeatedly) the last turtle action.
3645 undo (repeatedly) the last turtle action.
3646 Number of available undo actions is determined by the size of
3654 ... turtle.undo()
4069 undo()
4149 tri.undo()
4150 turtle.undo()