adw.bin

Module for [Bin] class

Types 3

A widget with one child.

bin

The [adw.bin.Bin] widget has only one child, set with the property@Bin:child property.

It is useful for deriving subclasses, since it provides common code needed for handling a single child widget.

Methods
GType _gType() @property
Bin self()Returns `this`, for use in `with` statements.
BinGidBuilder builder()Get builder for [adw.bin.Bin] Returns: New builder object
gtk.widget.Widget child() @propertyGet `child` property. Returns: The child widget of the [adw.bin.Bin].
void child(gtk.widget.Widget propval) @propertySet `child` property. Params: propval = The child widget of the [adw.bin.Bin].
gtk.widget.Widget getChild()Gets the child widget of self. Returns: the child widget of self
void setChild(gtk.widget.Widget child = null)Sets the child widget of self.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new [adw.bin.Bin]. Returns: the new created [adw.bin.Bin]
Methods
T child(gtk.widget.Widget propval)Set `child` property. Params: propval = The child widget of the [adw.bin.Bin]. Returns: Builder instance for fluent chaining

Fluent builder for [adw.bin.Bin]

Methods