Widget.layoutManager

gtk.layout_manager.LayoutManager layoutManager() @property

Get layoutManager property.

Returns

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.

void layoutManager(gtk.layout_manager.LayoutManager propval) @property

Set layoutManager property.

Parameters

propvalThe [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.