Struct gabelstaplerwm::wm::layout::stack::VStack [] [src]

pub struct VStack { /* fields omitted */ }

Vertical stack layout.

+----+--+
|    |  | A: master window
|  A +--+ B: stack, hidden if fixed=false and num_windows <= 1
|    | B|
+----+--+

New windows are added as slaves to the stack.

Methods

impl VStack
[src]

Construct a sane VStack.

Trait Implementations

impl Debug for VStack
[src]

Formats the value using the given formatter.

impl Default for VStack
[src]

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

impl Layout for VStack
[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