Widget.layoutManager

Get layoutManager property.

  1. gtk.layout_manager.LayoutManager layoutManager [@property getter]
    class Widget
    @property
    layoutManager
    ()
  2. gtk.layout_manager.LayoutManager layoutManager [@property setter]

Return Value

Type: 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.