/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 638 def eventfun(event): function in function:TurtleScreenBase._onclick 642 self.cv.tag_bind(item, "<Button-%s>" % num, eventfun, add) 656 def eventfun(event): function in function:TurtleScreenBase._onrelease 661 eventfun, add) 675 def eventfun(event): function in function:TurtleScreenBase._ondrag 682 self.cv.tag_bind(item, "<Button%s-Motion>" % num, eventfun, add) 696 def eventfun(event): function in function:TurtleScreenBase._onscreenclick 700 self.cv.bind("<Button-%s>" % num, eventfun, add) 709 def eventfun(event): function in function:TurtleScreenBase._onkey 711 self.cv.bind("<KeyRelease-%s>" % key, eventfun) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 638 def eventfun(event): function in function:TurtleScreenBase._onclick 642 self.cv.tag_bind(item, "<Button-%s>" % num, eventfun, add) 656 def eventfun(event): function in function:TurtleScreenBase._onrelease 661 eventfun, add) 675 def eventfun(event): function in function:TurtleScreenBase._ondrag 682 self.cv.tag_bind(item, "<Button%s-Motion>" % num, eventfun, add) 696 def eventfun(event): function in function:TurtleScreenBase._onscreenclick 700 self.cv.bind("<Button-%s>" % num, eventfun, add) 709 def eventfun(event): function in function:TurtleScreenBase._onkey 711 self.cv.bind("<KeyRelease-%s>" % key, eventfun) [all...] |