We can act on the screen

This commit is contained in:
Clement Roblot
2024-08-27 17:40:48 +07:00
committed by ArthurSonzogni
parent 1325256aa9
commit cb2436f13f
4 changed files with 20 additions and 9 deletions

View File

@@ -116,9 +116,6 @@ Element hyperlink(std::string link, Element child);
Element selectable(Element child);
Decorator selectable(void);
// -- Selection --
std::string getSelection(void);
// --- Layout is
// Horizontal, Vertical or stacked set of elements.
Element hbox(Elements);