#include <nxt/tui.hpp>
template <Layout Child>
nxt::tui::FixedHeight struct

Layout decorator that forces a fixed height hint.

Public functions

auto height_hint() const →  HeightHint constexpr
Return the fixed height hint.
void render(RasterView& raster, Size size) const
Render the child without additional clipping behavior.
auto width_hint() const →  WidthHint constexpr
Forward the child's width hint.

Public variables

height_t height
Height reported to parent columns and HUD sizing.
Child child
Child rendered with whatever size the parent assigns.