Class
AstalRiverLayout
Instance methods
astal_river_layout_set_layout_demand_closure
Sets the Closure to be called when a new layout is requested. The Closure is of type AstalRiverLayoutDemandCallback.
The Closure must return a AstalRiverLayoutDemandResult containing exactly as many AstalWlRectangle objects as
requested. Each rectangle represents the position and size of each window. Before the result is applied, each rectangle is croped to ensure it lies
entirely within the usable area.
Signals
AstalRiver.Layout::namespace-in-use
Emitted when a Layout with the given name is already registered for an output.
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.