6#include "TTauri/Widgets/Widget.hpp"
7#include "TTauri/GUI/Theme.hpp"
14 rhea::constraint rightConstraint;
18 Widget(window, parent,
vec{0.0f, 0.0f}) {}
A 4D vector.
Definition vec.hpp:37
Definition Window_vulkan_win32.hpp:15
Definition RowWidget.hpp:12
Widget & addWidget(Alignment alignment, std::unique_ptr< Widget > childWidget) noexcept override
Add a widget directly to this widget.
Widget(Window &window, Widget *parent, vec defaultExtent) noexcept