LibTmux.Window.ActivePane
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Relations.cs
- Other languages
- Python Ruby Lua TypeScriptRustGoJavaC++ Swift
- ActivePane : CapturedValue<Pane>
-
Gets the captured active pane, or an uncaptured relation.
Reading this is local. A window reached through an inactive pane carries that pane's row, so its active pane was not captured.
Discussed in Traversal
In other ports The window's active pane
- Python
libtmux.Window.active_pane - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
window.Window.activePane - Rust
window.Window.active_pane - Go
tmux.Window.ActivePane - Java
io.github.libtmux.Window.Window.activePane - C++
libtmux::Window::active_pane - Swift no accessor;
Pane.isActiveis a flag on the pane, so the active one is found by filtering a listing
- Python
0 declared, 0 inherited