Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkContainerSetFocusChain

gtkContainerSetFocusChain


Description

Sets a focus chain, overriding the one computed automatically by GTK+.

Usage

gtkContainerSetFocusChain(object, focusable.widgets)

Arguments

object

a GtkContainer

focusable.widgets

the new focus chain

Details

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.