# tmuxp.plugin.TmuxpPlugin.after_window_finished

- **Module:** tmuxp.plugin.TmuxpPlugin
- **Package:** tmuxp
- **Language:** Python
- **Kind:** method
- **Source:** https://github.com/tmux-python/tmuxp/blob/153acdf6ff1268b14d3d03ed488f545a7123c8f1/src/tmuxp/plugin.py#L309
- **Page:** https://libtmux.org/en/py/latest/workspace/reference/tmuxp-plugin-tmuxpplugin-after_window_finished/

```
tmuxp.plugin.TmuxpPlugin.after_window_finished(self, window: Window) -> None
```

Provide a window hook after creating the window.

This runs after everything has been created in the window, including
the panes and all of the commands for the panes. It also runs after the
``options_after`` has been applied to the window.

## Parameters

- `self`
- `window` (Window): window to hook into
