gtk.bin
Module for [Bin] class
Types 3
classBin : gtk.container.Container
The #GtkBin widget is a container with just one child. It is not very useful itself, but it is useful for deriving subclasses, since it provides common code needed for handling a single child widget.
Many GTK+ widgets are subclasses of #GtkBin, including #GtkWindow, #GtkButton, #GtkFrame, #GtkHandleBox or #GtkScrolledWindow.
Methods
BinGidBuilder builder()Get builder for [gtk.bin.Bin] Returns: New builder objectgtk.widget.Widget getChild()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. Returns: the child of bin, or null i...