Struct gabelstaplerwm::wm::client::Screen
[−]
[src]
pub struct Screen {
pub area: TilingArea,
pub tag_stack: TagStack,
}A rectangular screen area displaying a TagStack.
Fields
area: TilingArea
the tiling area associated with the screen
tag_stack: TagStack
the tag stack associated with the screen
Methods
impl Screen[src]
fn new(area: TilingArea, tag_stack: TagStack) -> Screen
Build a new screen.
fn swap_dimensions(&mut self)
Swap a screen's x and y axis.