Re: key bindings - gtk2

2002-07-17 Thread Padraig O'Briain
Dennis, I have tried to answer the points you raised. > To: "Padraig O'Briain" <[EMAIL PROTECTED]> > cc: [EMAIL PROTECTED] > Subject: Re: key bindings - gtk2 > MIME-Version: 1.0 > > On Tue, 16 Jul 2002, Padraig O'Briain wrote: > > > han

Re: key bindings - gtk2

2002-07-17 Thread Dennis Bjorklund
On Tue, 16 Jul 2002, Padraig O'Briain wrote: > handled or the toplevel is reached. If the keystroke has still not been > handled the toplevel checks for key bindings. Are you talking about the key bindings API now? http://developer.gnome.org/doc/API/2.0/gtk/gtk-bindings.html Or are you just

Re: key bindings - gtk2

2002-07-16 Thread Padraig O'Briain
Dennis, (with apologies to Owen Taylor for stealing ideas and words from him; any errors are my own) There are two widgets involved for every key press. The first is the top level widget in which the key press occurs. The second is the focus widget within the toplevel widget. This is the widg

key bindings - gtk2

2002-07-15 Thread Dennis Bjorklund
I need some documentation about key bindings in gtk2. By looking at the api-reference I can not tell what is the correct way to use it. Or maybe someone could just write a little about keyboard navigation, accel groups, binding sets, mnemonics, accessibility (atk). What happens when you press a b