# ResizeDirection

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/Mutations.swift#L10
- **Page:** https://libtmux.org/en/swift/latest/reference/resizedirection/

Which way a resize moves the boundary a pane shares with its neighbour.

Named for the boundary rather than for the pane, because that is what tmux
moves: a pane gains the space when the boundary moves away from it and loses
it when the boundary moves in. So resizing the lower of two stacked panes
`toward: .up` makes it taller, and resizing the upper one the same way makes
it shorter.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `up` (constant)
- `down` (constant)
- `left` (constant)
- `right` (constant)
- `init(from:)` (method): Creates a new instance by decoding from the given decoder.
