PaneDirection
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 PaneDirection : enum PaneDirection
-
Where a split puts the pane it creates.
Named for where the new pane ends up, not for the axis it divides:
leftandrightboth split side by side, and which one you get is the whole question a caller has. tmux spells the other two as one flag and a modifier, which is why "vertical" alone cannot say whether the pane appears above or below.
4 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.