On 10/07/2008, dhk <[EMAIL PROTECTED]> wrote:
> Does anyone know how to move/loop through the fields in a treeview by just
> pressing the Tab key?  I would like to make the mouse optional and not a
> requirement.

I believe you can connect to the treeview's key-press-event and do
your logic from the handler. Though I'm not sure you can capture the
Tab key before gtk+ captures it and does it's internal widget
navigation.

Good luck,
Rui
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to