# control.Event.may_have_added_a_pane

- **Module:** control.Event
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/control.rs#L308
- **Page:** https://libtmux.org/en/rs/latest/reference/control-event-may_have_added_a_pane/

```
control.Event.may_have_added_a_pane(self) -> bool
```

Report whether a pane may have appeared since the last look.

tmux publishes no notification for a pane being created, so this is a
conservative union of the events that can accompany one. A caller that
narrowed with [`ControlSender::watch_only`] must repeat it when this
answers `true`.
