gtkBinGetChild {RGtk2}R Documentation

gtkBinGetChild

Description

Gets the child of the GtkBin, or NULL if the bin contains no child widget. The returned widget does not have a reference added, so you do not need to unref it.

Usage

gtkBinGetChild(object)

Arguments

object [GtkBin] a GtkBin

Value

[GtkWidget] pointer to child of the GtkBin

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]