We have a basic decorator

This commit is contained in:
Clement Roblot
2024-08-27 15:33:25 +07:00
committed by ArthurSonzogni
parent 751c8fab26
commit 75abd75b67
5 changed files with 123 additions and 0 deletions

View File

@@ -113,6 +113,8 @@ Decorator focusPositionRelative(float x, float y);
Element automerge(Element child);
Decorator hyperlink(std::string link);
Element hyperlink(std::string link, Element child);
Element selectable(Element child);
Decorator selectable(void);
// --- Layout is
// Horizontal, Vertical or stacked set of elements.