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 adw.bin.Bin.child property.
It is useful for deriving subclasses, since it provides common code needed for handling a single child widget.
Methods
gtk.widget.Widget child() @property nothrowGet `child` property. Returns: The child widget of the [adw.bin.Bin].void child(gtk.widget.Widget propval) @property nothrowSet `child` property. Params: propval = The child widget of the [adw.bin.Bin].gtk.widget.Widget getChild() nothrowGets the child widget of self. Returns: the child widget of selfclassBinGidBuilderImpl(T) : gtk.widget.WidgetGidBuilderImpl!T
Fluent builder implementation template for adw.bin.Bin
Methods
T child(gtk.widget.Widget propval) nothrowSet `child` property. Params: propval = The child widget of the [adw.bin.Bin]. Returns: Builder instance for fluent chainingFluent builder for adw.bin.Bin