LayoutChild

class LayoutChild(**properties: Any)

Superclasses: Object

Subclasses: ConstraintLayoutChild, FixedLayoutChild, GridLayoutChild, OverlayLayoutChild

Constructors:

LayoutChild(**properties)

Methods

class LayoutChild
get_child_widget() Widget

Retrieves the GtkWidget associated to the given layout_child.

get_layout_manager() LayoutManager

Retrieves the GtkLayoutManager instance that created the given layout_child.

Properties

class LayoutChild
props.child_widget: Widget

The widget that is associated to the GtkLayoutChild instance.

props.layout_manager: LayoutManager

The layout manager that created the GtkLayoutChild instance.

Fields

class LayoutChild
parent_instance