# libtmux.Window.width

- **Module:** libtmux.Window
- **Package:** libtmux
- **Language:** Python
- **Kind:** property
- **Source:** https://github.com/tmux-python/libtmux/blob/9fdd083a8181a827889337b63cd4e6daea661a8c/src/libtmux/window.py#L1714
- **Page:** https://libtmux.org/en/py/latest/reference/libtmux-window-width/

```
libtmux.Window.width(self) -> str | None
```

Alias of :attr:`Window.window_width`.

>>> window.width.isdigit()
True

>>> window.width == window.window_width
True
