Sorry, this is still (fairly) alien territory. When is GTK 2 likely to have a stable
release?
----- Original Message -----
From: "Havoc Pennington" <[EMAIL PROTECTED]>
To: "Andr�s Giraldo" <[EMAIL PROTECTED]>
Cc: "Gtk List" <[EMAIL PROTECTED]>
Sent: Wednesday, July 04, 2001 10:53 PM
Subject: Re: Tab Stop
"Andr� s" Giraldo <[EMAIL PROTECTED]> writes:
> �Theres any way to control the sequence, what widget
> should get the focus first, and what widget will not
> get a focus?
>
You can toggle whether a widget gets focus:
GTK_WIDGET_SET_FLAGS (widget, GTK_CAN_FOCUS)
GTK_WIDGET_UNSET_FLAGS (widget, GTK_CAN_FOCUS)
You can't change the order in GTK 1.2 though. Upcoming GTK 2 has
gtk_container_set_focus_chain().
Havoc
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list