[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: tabbing through a treeview
- From: "Rui Tiago Cação Matos" <tiagomatos gmail com>
- To: dhk <dhkuhl optonline net>
- Cc: gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: tabbing through a treeview
- Date: Thu, 10 Jul 2008 12:37:44 +0100
On 10/07/2008, dhk <dhkuhl optonline net> 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]