On this page
window.Layout
- Module
- window
- Package
- libtmux
- Source
- crates/libtmux/src/window.rs
9 declared, 0 inherited
Members
- EvenHorizontal constant Panes side by side, each the full height.
- EvenVertical constant Panes stacked, each the full width.
- MainHorizontal constant One large pane above a row of the rest.
- MainHorizontalMirrored constant The arrangement of
Layout::MainHorizontalwith the large pane below the row rather than above it. - MainVertical constant One large pane beside a column of the rest.
- MainVerticalMirrored constant The arrangement of
Layout::MainVerticalwith the large pane on the right rather than the left. - Tiled constant Panes in as even a grid as their count allows.
- as_str method
- minimum_release method