Class

AstalRiverLayout

Description

final class AstalRiver.Layout : GObject.Object
{
  /* No available fields */
}

Handles the layout of windows.

Ancestors

Instance methods

astal_river_layout_get_namespace

The namespace of the layout.

astal_river_layout_set_layout_demand_callback

Sets the callback to be called when a layout demand is made.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalRiver.Layout:namespace

The namespace of this layout.

Signals

AstalRiver.Layout::namespace-in-use

Emitted when the namespace of this layout is already in use on an output.

AstalRiver.Layout::user-command

Emitted when a user command is requested for this layout.

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.

Class structure

struct AstalRiverLayoutClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.