# WindowPlacement

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

Where a new window goes relative to one that is already there.

Windows are ordered by index, and tmux renumbers on insert, so this says
what a caller means — next to *that* window — rather than an index that is
only correct until the next insertion.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `before` (constant): Takes the neighbour's index, pushing it and everything after it up.
- `after` (constant): Goes immediately after the neighbour.
- `init(from:)` (method): Creates a new instance by decoding from the given decoder.
