# libtmux.constants.ResizeAdjustmentDirection

- **Module:** libtmux.constants
- **Package:** libtmux
- **Language:** Python
- **Kind:** class
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/constants.py#L8
- **Page:** https://libtmux.org/reference/py/libtmux-constants-resizeadjustmentdirection/

Used for *adjustment* in ``resize_window``, ``resize_pane``.

## Members

- `Up` (attribute)
- `Down` (attribute)
- `Left` (attribute)
- `Right` (attribute)
