# window.ResizeDirection

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

## Members

- `Up` (constant) — Move the top edge up, making it taller.
- `Down` (constant) — Move the bottom edge down.
- `Left` (constant) — Move the left edge left.
- `Right` (constant) — Move the right edge right.
- `flag` (method) — Return the tmux flag for this direction.
