LibTmux.Workspace.WorkspaceWindow.WorkspaceWindow
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- LibTmux.Workspace.WorkspaceWindow.WorkspaceWindow ( windowName : string? , startDirectory : string? , layout : string? , focus : bool , options : IReadOnlyDictionary<string, string>? , panes : IReadOnlyList<WorkspacePane>? )
-
Initializes a window description.
- Parameters
-
-
windowName ( string? ) – The window name.
-
startDirectory ( string? ) – The directory its panes start in.
-
layout ( string? ) – The layout to apply after creating its panes.
-
focus ( bool ) – Whether the window is left selected.
-
options ( IReadOnlyDictionary<string, string>? ) – The window options to set.
-
panes ( IReadOnlyList<WorkspacePane>? ) – The panes to create, in order.
-