# io.github.libtmux.PaneEdges.PaneEdges

- **Module:** io.github.libtmux.PaneEdges
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/PaneEdges.java#L14
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-paneedges-paneedges/

Which sides of its window a pane touches.

<p>Grouped rather than four loose flags, because they are read together to answer one question —
where in the window this pane sits — and four booleans in a row is an invitation to transpose two.

## Members

- `fillsWindow` (method) — Whether the pane fills its window, touching every side.
