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

gtkContainerGetFocusChain

gtkContainerGetFocusChain


Description

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, GTK+ stores NULL in focusable.widgets and returns FALSE.

Usage

gtkContainerGetFocusChain(object)

Arguments

object

a GtkContainer

Value

A list containing the following elements:

retval

[logical] TRUE if the focus chain of the container has been set explicitly.

focusable.widgets

location to store the focus chain of the container, or NULL. You should free this list using gListFree() when you are done with it, however no additional reference count is added to the individual widgets in the focus chain. [ element-type GtkWidget][ out ][ transfer container ]

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.