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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 208 self.canvas.tag_bind(id, "<1>", callback)
209 self.canvas.tag_bind(id, "<Double-1>", lambda x: None)
226 self.canvas.tag_bind(id, "<1>", self.select)
227 self.canvas.tag_bind(id, "<Double-1>", self.flip)
236 self.canvas.tag_bind(id, "<1>", self.select)
237 self.canvas.tag_bind(id, "<Double-1>", self.flip)
configDialog.py 205 text.tag_bind(self.themeElements[element][0],'<ButtonPress-1>',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 208 self.canvas.tag_bind(id, "<1>", callback)
209 self.canvas.tag_bind(id, "<Double-1>", lambda x: None)
226 self.canvas.tag_bind(id, "<1>", self.select)
227 self.canvas.tag_bind(id, "<Double-1>", self.flip)
236 self.canvas.tag_bind(id, "<1>", self.select)
237 self.canvas.tag_bind(id, "<Double-1>", self.flip)
configDialog.py 205 text.tag_bind(self.themeElements[element][0],'<ButtonPress-1>',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 54 return self.canvas.tag_bind(self.id, sequence, command, add)
155 return self.canvas.tag_bind(self.id, sequence, command, add)
ttk.py 1428 def tag_bind(self, tagname, sequence=None, callback=None): member in class:Treeview
    [all...]
turtle.py 642 self.cv.tag_bind(item, "<Button-%s>" % num, eventfun, add)
660 self.cv.tag_bind(item, "<Button%s-ButtonRelease>" % num,
682 self.cv.tag_bind(item, "<Button%s-Motion>" % num, eventfun, add)
    [all...]
Tkinter.py 138 using bind, bind_all, bind_class, or tag_bind, the callback is
2217 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): member in class:Canvas
3111 def tag_bind(self, tagName, sequence, func, add=None): member in class:Text
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 54 return self.canvas.tag_bind(self.id, sequence, command, add)
155 return self.canvas.tag_bind(self.id, sequence, command, add)
ttk.py 1428 def tag_bind(self, tagname, sequence=None, callback=None): member in class:Treeview
    [all...]
turtle.py 642 self.cv.tag_bind(item, "<Button-%s>" % num, eventfun, add)
660 self.cv.tag_bind(item, "<Button%s-ButtonRelease>" % num,
682 self.cv.tag_bind(item, "<Button%s-Motion>" % num, eventfun, add)
    [all...]
Tkinter.py 138 using bind, bind_all, bind_class, or tag_bind, the callback is
2217 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): member in class:Canvas
3111 def tag_bind(self, tagName, sequence, func, add=None): member in class:Text
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py     [all...]

Completed in 80 milliseconds