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

pub struct HStack { /* fields omitted */ }

Horizontal stack layout.

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

New windows are added as slaves to the stack.

Methods

impl HStack
[src]

Construct a sane HStack.

Trait Implementations

impl Debug for HStack
[src]

Formats the value using the given formatter.

impl Default for HStack
[src]

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

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