Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkBinGetChild: 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
a
GtkBin
Value
GtkWidget
] pointer to child of the
GtkBin
.
[
transfer none
]