Re: tabbing through a treeview



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]