6#include "TTauri/Widgets/Widget.hpp"
30 rhea::constraint leftRightJoinConstraint;
32 void joinLeftAndRightChildren() noexcept;
33 void disjoinLeftAndRightChildren() noexcept;
A 4D vector.
Definition vec.hpp:37
Draw context for drawing using the TTauri shaders.
Definition DrawContext.hpp:30
Definition Window_vulkan_win32.hpp:15
Definition ToolbarWidget.hpp:11
HitBox hitBoxTest(vec position) const noexcept override
Find the widget that is under the mouse cursor.
void draw(DrawContext const &drawContext, hires_utc_clock::time_point displayTimePoint) noexcept override
Draw widget.
Widget & addWidget(Alignment alignment, std::unique_ptr< Widget > childWidget) noexcept override
Add a widget directly to this widget.