On Tue, Jul 17, 2007 at 10:25:42PM -0700, varun_shrivastava wrote:
> 
> i tried to find out how pressing Tab key brings widgets into focus, but
> couldn;t find out.

Start at the end of gtk_window_class_init() where
add_arrow_bindings() and add_tab_bindings() are called and
follow from there...  it should lead you to places such as
gtk_container_focus().

Yeti

--
http://gwyddion.net/
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to