[no subject]





Hi all,

Question on GtkContainer's gtk_container_get_focus_chain() function:
 
Why does it return NULL, unless explicitly set?

Even if explicitly NOT set should it still not return the default order? At some point it has the order, why not just return it upon request?

I only ask becuase I was trying to trouble shoot an issue with gtk_container_set_focus_child() (never got it to work), and was looking to return the children, which I can use gtk_widget_get_children(), but I would have liked to see the default tab order as well.

Is it hard to implement?

I gave up on gtk_container_set_focus_child(), and simple set the tab order of the GtkVBox which is the GtkNotebook's child I am using, and now on changing tabs focuses to the first widget in tab order.

Thanks,
Shawn



i'm EMAILING FOR THE GREATER GOOD
Join me


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