Re: [pygtk] Best pattern for keyboard accelerators in dialog

2007-01-26 Thread Richard Taylor
On Friday 26 January 2007 09:58, Thomas Guettler wrote: > Am Freitag, 26. Januar 2007 09:49 schrieb Richard Taylor: > > Hi > > > > I have a Window that has a number of widgets placed in it, including a > > TreeView, a Frame (containing more widgets), buttons etc. > > Hi, > > does this help you? > >

Re: [pygtk] Best pattern for keyboard accelerators in dialog

2007-01-26 Thread Thomas Guettler
Am Freitag, 26. Januar 2007 09:49 schrieb Richard Taylor: > Hi > > I have a Window that has a number of widgets placed in it, including a > TreeView, a Frame (containing more widgets), buttons etc. > Hi, does this help you? http://www.pygtk.org/pygtk2tutorial/sec-WidgetAccelerators.html 18.3. W

[pygtk] Best pattern for keyboard accelerators in dialog

2007-01-26 Thread Richard Taylor
Hi I have a Window that has a number of widgets placed in it, including a TreeView, a Frame (containing more widgets), buttons etc. The Frame contains a table with Labels, CheckButton and Edit widgets. I would like to provide keyboard accelerators that move the focus to the appropriate Widget