#include <nxt/tui.hpp>
template <Layout Child>
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.