Added a decorator to prevent selectability

This commit is contained in:
Clement Roblot
2024-12-02 18:48:48 +07:00
committed by ArthurSonzogni
parent 307d8b51bf
commit d62dc6e305
3 changed files with 23 additions and 1 deletions

View File

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