# window.Window.is_zoomed

- **Module:** window.Window
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/window.rs#L303
- **Page:** https://libtmux.org/en/rs/latest/reference/window-window-is_zoomed/

```
window.Window.is_zoomed(self) -> bool
```

Report whether one of the window's panes is zoomed to fill it.

This is the window's own flag rather than the pane's, because tmux
only reports `pane_zoomed_flag` from 3.7 onwards.
