Re: Focus navigation in GTK 1.2



Christian Robottom Reis <kiko async com br> writes: 
Is there a "focus position" or "order" by which one could specify which
widget comes after which when tabbing? Or does GTK calculate this
automatically and we accept what we get? It seems strange, because this
reduces accessibility somewhat, and makes larger interfaces hard on
mouseless users.


It's done geometrically, i.e. the order is left-to-right
top-to-bottom.

In GTK 2.0 this is still the default, but you can explicitly override
the focus chain with gtk_container_set_focus_chain().

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]