set_focus_chain
Description:
[ Version ( deprecated = true , deprecated_since = "3.24" ) ]
public void set_focus_chain (List<Widget> focusable_widgets)
public void set_focus_chain (List<Widget> focusable_widgets)
Warning: set_focus_chain is deprecated since 3.24.
Sets a focus chain, overriding the one computed automatically by GTK+.
Note:
For overriding focus behavior, use the GtkWidgetClass:GtkContainer:focus
s signal.
In principle each widget in the chain should be a descendant of the container, but this is not enforced by this method, since it’s allowed to set the focus chain before you pack the widgets, or have a widget in the chain that isn’t always packed. The necessary checks are done when the focus chain is actually traversed.
Parameters:
this | |
focusable_widgets |
the new focus chain |