Lines Matching refs:event
56 def click_event(self, event):
57 self.listbox.activate("@%d,%d" % (event.x, event.y))
63 def double_click_event(self, event):
71 def popup_event(self, event):
75 self.listbox.activate("@%d,%d" % (event.x, event.y))
78 menu.tk_popup(event.x_root, event.y_root)
86 def up_event(self, event):
99 def down_event(self, event):