Home | History | Annotate | Download | only in lib-tk

Lines Matching defs:forward

31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
63 - Aliases for the most commonly used commands, like fd for forward etc.,
129 'fill', 'fillcolor', 'forward', 'get_poly', 'getpen', 'getscreen',
305 ## helper functions for Scrolled Canvas, to forward Canvas-methods
329 """Helper functions for Scrolled Canvas, used to forward
423 """ 'forward' method, which canvas itself has inherited...
428 """ 'forward' method, which canvas itself has inherited...
433 """ 'forward' method, which canvas itself has inherited...
438 """ 'forward' method, which canvas itself has inherited...
443 """ 'forward' method, which canvas itself has inherited...
448 """ 'forward' method, which canvas itself has inherited...
1034 ... forward(0.5)
1518 """move turtle forward by specified distance"""
1531 def forward(self, distance):
1532 """Move the turtle forward by the specified distance.
1534 Aliases: forward | fd
1539 Move the turtle forward by the specified distance, in the direction
1545 >>> turtle.forward(25)
1548 >>> turtle.forward(-75)
1637 >>> turtle.forward(100)
1651 >>> turtle.forward(100)
1761 >>> pen.forward(77)
1925 fd = forward
2073 speed = 0 : *no* animation takes place. forward/back makes turtle jump
3141 >>> turtle.forward(100)
3143 >>> turtle.forward(100)
3145 >>> turtle.forward(100)
3147 >>> turtle.forward(100)
3186 >>> turtle.forward(100)
3188 >>> turtle.forward(100)
3190 >>> turtle.forward(100)
3192 >>> turtle.forward(100)
3204 >>> turtle.forward(100)
3206 >>> turtle.forward(100)
3208 >>> turtle.forward(100)
3210 >>> turtle.forward(100)
3260 self.forward(0)
3895 forward(20)
3901 forward(30)
3909 forward(100)
3911 forward(100)
3920 forward(20)
3922 forward(20)
3928 forward(20)
3930 forward(20)