gtk.bin

Module for [Bin] class

Types 3

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
GType _gType() @property
Bin self()Returns `this`, for use in `with` statements.
BinGidBuilder builder()Get builder for [gtk.bin.Bin] Returns: New builder object
gtk.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...
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [gtk.bin.Bin]

Methods