gtkBinGetChild: gtkBinGetChild

Description Usage Arguments Value Author(s)

View source: R/gtkAccessors.R View source: R/gtkFuncs.R

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

1

Arguments

object

a GtkBin

Value

[GtkWidget] pointer to child of the GtkBin. [ transfer none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkBinGetChild in RGtk2...