wgui: event results/blocking for overlapping content, rev iterate events for root node

This commit is contained in:
Aleksander
2025-10-05 20:11:49 +02:00
parent 89c083991f
commit efcc41de19
8 changed files with 131 additions and 76 deletions

View File

@@ -7,7 +7,6 @@
border_color="#778899"
color="#001122ee"
padding="2">
<!-- window title -->
<rectangle width="100%" height="100%" round="4" align_items="center" justify_content="space_between"
gradient="vertical" color="#224466" color2="#113355">
@@ -18,7 +17,7 @@
<!-- content itself -->
<div width="100%" height="100%" padding="8" gap="4" flex_direction="column">
<label text="Window content" />
<Button color="#9911AA" text="I'm clickable." width="128" height="24" />
<Button id="button" color="#9911AA" text="I'm clickable." width="128" height="24" />
</div>
</rectangle>
</elements>