Tooltip functionality

This commit is contained in:
Synthasmagoria 2026-08-27 12:26:38 +02:00
commit 2a302f7b1d
4 changed files with 62 additions and 11 deletions

View file

@ -51,6 +51,7 @@ element_id_invalid :: proc() -> ElementId {
ElementConfiguration :: struct {
label: cstring,
tooltip: cstring,
color: col,
margin, padding: v2,
}