[Glade-users] Tabing in Glade

Tristan Van Berkom tristan.van.berkom at gmail.com
Thu Oct 7 22:36:11 EDT 2010


No not in Glade, GtkBuilder still needs to allow Glade to set the focus_chain
(I think I filed a bug about that... still need to implement it in GTK+).

http://library.gnome.org/devel/gtk/2.90/GtkContainer.html#gtk-container-set-focus-chain

Cheers,
        -Tristan

On Fri, Oct 8, 2010 at 7:35 AM, Arthur Shats <ashats at hotmail.com> wrote:
> I have a lot of entry fields and two buttons created in Glade. When I
> tab, the focus jumps from field to field in some order. What order is
> that? Left to right? I have two buttons 'Back' and 'Next' on the left and
> right side respectively displayed on the screen. When I tab, it goes to the
> Back btn first, then to Next btn. Can I change the tab order so it goes to
> Next btn first and then to Back btn?  I suppose I can control it in
> focus_out callback or something, but is it the only way? There is nothing in
> Glade I can set so it would know the order?
> Thanks much,
> Arthur.
>
> _______________________________________________
> Glade-users maillist  -  Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
>
>


More information about the Glade-users mailing list