- Module
- LibTmux
- Declared in
- Window
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/entity.rb
- Other languages
- Python Lua TypeScriptRustGoJava.NETC++Swift
- list_panes ( timeout : ::Numeric = nil , cancel : untyped = nil ) ::Array[::LibTmux::Pane]
-
Behavior: Live acquisition.
Behavior contract: Live acquisition.
In other ports List a window's panes
- Python
libtmux.Window.panes - Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
window.Window.panes - Rust
window.Window.panes - Go
tmux.Window.Panes - Java
io.github.libtmux.Window.Window.panes - .NET
LibTmux.Window.Panes - C++
libtmux::Window::panes - Swift
Snapshot.panes(of:)
- Python
0 declared, 0 inherited