Bin

class Bin(**properties: Any)

Superclasses: Widget, InitiallyUnowned, Object

Implemented Interfaces: Accessible, Buildable, ConstraintTarget

Constructors:

Bin(**properties)
new() -> Gtk.Widget

Constructors

class Bin
classmethod new() Widget

Creates a new AdwBin.

Methods

class Bin
get_child() Widget | None

Gets the child widget of self.

set_child(child: Widget | None = None) None

Sets the child widget of self.

Parameters:

child – the child widget

Properties

class Bin
props.child: Widget

The child widget of the AdwBin.

Fields

class Bin
parent_instance