WindowPlacement
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Creation.swift
- enum WindowPlacement : enum WindowPlacement
-
Where a new window goes relative to one that is already there.
Windows are ordered by index, and tmux renumbers on insert, so this says what a caller means — next to *that* window — rather than an index that is only correct until the next insertion.
2 declared, 2 inherited
Members
Inherited members
Reached through Equatable.!=(_:_:), Decodable.init(from:).
- !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
- init(from:) Decodable.init(from:) Creates a new instance by decoding from the given decoder.