# window.PaneDirection

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

## Members

- `Above` (constant) — The pane above.
- `Below` (constant) — The pane below.
- `Left` (constant) — The pane to the left.
- `Right` (constant) — The pane to the right.
