Bin.getChild

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

class Bin
getChild
()

Return Value

Type: Widget

the child of bin, or NULL if it does not have a child.