# window.Layout

- **Module:** window
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/window.rs#L1199
- **Page:** https://libtmux.org/reference/rs/window-layout/

## Members

- `EvenHorizontal` (constant) — Panes side by side, each the full height.
- `EvenVertical` (constant) — Panes stacked, each the full width.
- `MainHorizontal` (constant) — One large pane above a row of the rest.
- `MainHorizontalMirrored` (constant) — The arrangement of [`Layout::MainHorizontal`] with the large pane below the row rather than above it.
- `MainVertical` (constant) — One large pane beside a column of the rest.
- `MainVerticalMirrored` (constant) — The arrangement of [`Layout::MainVertical`] with the large pane on the right rather than the left.
- `Tiled` (constant) — Panes in as even a grid as their count allows.
- `as_str` (method)
- `minimum_release` (method)
