Lines Matching refs:bind
85 # self.bind('<Escape>', self.Cancel) #dismiss dialog, no save
86 # self.bind('<Alt-a>', self.Apply) #apply changes, save
87 # self.bind('<F1>', self.Help) #context help
350 self.fontlist.bind('<ButtonRelease-1>', self.on_fontlist_select)
351 self.fontlist.bind('<KeyRelease-Up>', self.on_fontlist_select)
352 self.fontlist.bind('<KeyRelease-Down>', self.on_fontlist_select)
629 text.bind('<Double-Button-1>', lambda e: 'break')
630 text.bind('<B1-Motion>', lambda e: 'break')
1155 of one or more key combinations to bind to the same event.
1232 self.bindingslist.bind('<ButtonRelease-1>',
1938 self.extension_list.bind('<<ListboxSelect>>', self.extension_selected)
2124 self.helplist.bind('<ButtonRelease-1>', self.help_source_selected)
2398 interior.bind('<Configure>', _configure_interior)
2404 canvas.bind('<Configure>', _configure_canvas)