get_child


Description:

public unowned Widget? get_child ()

Gets the child of the Bin, 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.

Parameters:

this

a Bin

Returns:

the child of this, or null if it does not have a child.