Method
GtkBinget_child
Declaration [src]
GtkWidget*
gtk_bin_get_child (
GtkBin* bin
)
Description [src]
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.
Return value
Returns: | GtkWidget |
The child of |
|
The data is owned by the instance. | |
The return value can be NULL . |