Searched refs:tag_bind (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | tree.py | 234 self.canvas.tag_bind(id, "<1>", callback) 235 self.canvas.tag_bind(id, "<Double-1>", lambda x: None) 252 self.canvas.tag_bind(id, "<1>", self.select) 253 self.canvas.tag_bind(id, "<Double-1>", self.flip) 262 self.canvas.tag_bind(id, "<1>", self.select) 263 self.canvas.tag_bind(id, "<Double-1>", self.flip)
|
H A D | configdialog.py | 660 text.tag_bind(
|
/third_party/python/Tools/demo/ |
H A D | sortvisu.py | 204 self.canvas.tag_bind(self.item_id, '<Button-1>', self.mouse_down) 205 self.canvas.tag_bind(self.item_id, '<Button1-Motion>', self.mouse_move) 206 self.canvas.tag_bind(self.item_id, '<ButtonRelease-1>', self.mouse_up)
|
/third_party/python/Lib/ |
H A D | turtle.py | 617 self.cv.tag_bind(item, "<Button-%s>" % num, eventfun, add) 635 self.cv.tag_bind(item, "<Button%s-ButtonRelease>" % num, 657 self.cv.tag_bind(item, "<Button%s-Motion>" % num, eventfun, add)
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 1776 self.tv.tag_bind('call', '<ButtonPress-1>', 1778 self.tv.tag_bind('call', '<ButtonRelease-1>',
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 1442 def tag_bind(self, tagname, sequence=None, callback=None): member in Treeview
|
H A D | __init__.py | 225 using bind, bind_all, bind_class, or tag_bind, the callback is 2796 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): member in Canvas 2965 # (similar to tag_bind, and similar to the Text widget); 3905 def tag_bind(self, tagName, sequence, func, add=None): member in Text
|
Completed in 21 milliseconds