#include <nxt/tui.hpp>
template <Layout... Children>
nxt::tui::Row struct

Horizontal flex container.

Public functions

auto height_hint() const →  HeightHint constexpr
Use the tallest child minimum height.
void render(RasterView& raster, Size size) const
Divide width among children and render them left to right.
auto width_hint() const →  WidthHint constexpr
Sum child minimum widths and flex factors.

Public variables

std::tuple<Children...> children
Child layouts arranged left to right.