"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

Reply via email to