# plan.ops.windows.SelectLayout

- **Module:** plan.ops.windows
- **Package:** libtmux
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/plan/ops/windows.rs#L343
- **Page:** https://libtmux.org/en/rs/latest/reference/plan-ops-windows-selectlayout/

Rearrange a window's panes into a named or described layout.

Applied once the pane count is final: tmux rebalances a layout on the next
split, so applying it earlier is work the next split undoes.

## Members

- `new` (method): Lay this window out.
