Tkinter Tab orders and keybindings

Timothy Grant tjg at avalongroup.net
Mon Jan 17 17:10:22 EST 2000


Matt Gushee wrote:

> If that doesn't work for you, you might have to write your own 'next'
> and 'prev' methods, which would use your own list of widgets. If you
> don't need the Tab key for anything else, you could use the following
> bindings in your toplevel window.
> 
> self.bind_all('<Tab>', self.next)
> self.bind_all('<ISO-Left-Tab>', self.prev)

Huge help, thanks Matt, much appreciated.
 

-- 
Stand Fast,
    tjg.

Chief Technology Officer              tjg at exceptionalminds.com
Red Hat Certified Engineer            www.exceptionalminds.com
Avalon Technology Group, Inc.                   (503) 246-3630
>>>>>>>>>>>>EXCEPTIONAL MINDS, INNOVATIVE PRODUCTS<<<<<<<<<<<<




More information about the Python-list mailing list