gtkContainerGetFocusChild {RGtk2}R Documentation

gtkContainerGetFocusChild

Description

Returns the current focus child widget inside container.

Usage

gtkContainerGetFocusChild(object)

Arguments

object

a GtkContainer

Details

Since 2.14

Value

[GtkWidget] The child widget which has the focus inside container, or NULL if none is set.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]