Struct gabelstaplerwm::wm::layout::spiral::Spiral [] [src]

pub struct Spiral {
    pub max_windows: u8,
}

Spiral layout.

+--+----+
|  |____|
|  |__| |
|  |  | |
+--+--+-+

Fields

Trait Implementations

impl Debug for Spiral
[src]

Formats the value using the given formatter.

impl Default for Spiral
[src]

Returns the "default value" for a type. Read more

impl Layout for Spiral
[src]

Compute window geometries. Read more

Get the index of the window to the right of the nth window.

Get the index of the window to the left of the nth window.

Get the index of the window to the top of the nth window.

Get the index of the window to the bottom of the nth window.

Decide whether to insert new windows as master.

React to a LayoutMessage, returning true on change.

React to the first applicable LayoutMessage. Read more