# window.navigation.Window.pane_at

- **Module:** window.navigation.Window
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/window/navigation.rs#L354
- **Page:** https://libtmux.org/reference/rs/window-navigation-window-pane_at/

```
window.navigation.Window.pane_at(self, index: u32) -> Result<Option<Pane>, Error>
```

Find this window's pane at the given index.

# Errors

Returns an error when the pane listing fails.
