BreakpointBin

Added in version 1.4.

class BreakpointBin(**properties: Any)

Superclasses: Widget, InitiallyUnowned, Object

Implemented Interfaces: Accessible, Buildable, ConstraintTarget

Constructors:

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

Constructors

class BreakpointBin
classmethod new() Widget

Creates a new AdwBreakpointBin.

Added in version 1.4.

Methods

class BreakpointBin
add_breakpoint(breakpoint: Breakpoint) None

Adds breakpoint to self.

Added in version 1.4.

Parameters:

breakpoint – the breakpoint to add

get_child() Widget | None

Gets the child widget of self.

Added in version 1.4.

get_current_breakpoint() Breakpoint | None

Gets the current breakpoint.

Added in version 1.4.

remove_breakpoint(breakpoint: Breakpoint) None

Removes breakpoint from self.

Added in version 1.5.

Parameters:

breakpoint – a breakpoint to remove

set_child(child: Widget | None = None) None

Sets the child widget of self.

Added in version 1.4.

Parameters:

child – the child widget

Properties

class BreakpointBin
props.child: Widget

The child widget.

Added in version 1.4.

props.current_breakpoint: Breakpoint

The current breakpoint.

Added in version 1.4.

Fields

class BreakpointBin
parent_instance