MCPcopy Create free account
hub / github.com/StrataWM/strata / Dwindle

Enum Dwindle

src/workspaces.rs:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62#[derive(Clone)]
63pub enum Dwindle {
64 Empty,
65 Window(Rc<RefCell<StrataWindow>>),
66 Split { split: HorizontalOrVertical, ratio: f32, left: Box<Dwindle>, right: Box<Dwindle> },
67}
68
69#[derive(Clone, Copy, PartialEq)]
70pub enum HorizontalOrVertical {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected