Description Usage Arguments Details Author(s)
Sets a focus chain, overriding the one computed automatically by GTK+.
1 | gtkContainerSetFocusChain(object, focusable.widgets)
|
|
a |
|
the new focus chain |
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.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.