Widget.layoutManager

Set layoutManager property.

  1. gtk.layout_manager.LayoutManager layoutManager [@property getter]
  2. gtk.layout_manager.LayoutManager layoutManager [@property setter]
    class Widget
    @property
    void
    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.