WidgetGidBuilderImpl.layoutManager

Set layoutManager property.

class WidgetGidBuilderImpl(T)
T
layoutManager

Parameters

propval gtk.layout_manager.LayoutManager

The gtk.layout_manager.LayoutManager instance to use to compute the preferred size of the widget, and allocate its children.

This property is meant to be set by widget implementations, typically in their instance init function.

Return Value

Type: T

Builder instance for fluent chaining