adw.bin
Module for [Bin] class
Types 3
classBin : gtk.widget.Widget
A widget with one child.
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
BinGidBuilder builder()Get builder for [adw.bin.Bin] Returns: New builder objectgtk.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 selfvoid setChild(gtk.widget.Widget child = null)Sets the child widget of self.classBinGidBuilderImpl(T) : gtk.widget.WidgetGidBuilderImpl!T
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