GtkContainer::get_focus_chain

array get_focus_chain();

Retrieves the focus chain of the container, if one has been set explicitly. If no focus chain has been explicitly set, GTK+ computes the focus chain based on the positions of the children. In that case, null is returned.

See also: set_focus_chain() , unset_focus_chain()