Struct gabelstaplerwm::wm::client::Screen [] [src]

pub struct Screen {
    pub area: TilingArea,
    pub tag_stack: TagStack,
}

A rectangular screen area displaying a TagStack.

Fields

the tiling area associated with the screen

the tag stack associated with the screen

Methods

impl Screen
[src]

Build a new screen.

Swap a screen's x and y axis.

Trait Implementations

impl Default for Screen
[src]

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