Re: Keybindings

2011-10-18 Thread Bernhard Schuster
I think this is what you want, though I am not 100% sure: http://developer.gnome.org/gtk3/stable/gtk3-Keyboard-Accelerators.html ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Keybindings

2011-10-18 Thread Neil Munro
Thanks, that's gotten me on the right track now. Neil On 18 October 2011 17:04, Dong Luo wrote: > Please check references for gtk and gdk. I just did that and came with a > simple example showing the keyBindings. Please note that it's not tested as > I currently don't have gtk installed on my m

Re: Keybindings

2011-10-18 Thread Dong Luo
Please check references for gtk and gdk. I just did that and came with a simple example showing the keyBindings. Please note that it's not tested as I currently don't have gtk installed on my machine. static gboolean keyBindings( GtkWidget *widget,   GdkEvent  *event,