HomeSort by relevance Sort by last modified time
    Searched refs:eventfun (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Lib/
turtle.py 614 def eventfun(event): function in function:TurtleScreenBase._onclick
618 self.cv.tag_bind(item, "<Button-%s>" % num, eventfun, add)
632 def eventfun(event): function in function:TurtleScreenBase._onrelease
637 eventfun, add)
651 def eventfun(event): function in function:TurtleScreenBase._ondrag
658 self.cv.tag_bind(item, "<Button%s-Motion>" % num, eventfun, add)
672 def eventfun(event): function in function:TurtleScreenBase._onscreenclick
676 self.cv.bind("<Button-%s>" % num, eventfun, add)
685 def eventfun(event): function in function:TurtleScreenBase._onkeyrelease
687 self.cv.bind("<KeyRelease-%s>" % key, eventfun)
700 def eventfun(event): function in function:TurtleScreenBase._onkeypress
    [all...]
  /external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]

Completed in 58 milliseconds