tooltips PoC

This commit is contained in:
Aleksander
2025-10-11 13:31:00 +02:00
parent 200d5223d3
commit fbe1d5b09e
11 changed files with 228 additions and 34 deletions

View File

@@ -61,11 +61,7 @@ pub fn parse_component_button<'a, U1, U2>(
}
let (widget, component) = button::construct(
ConstructEssentials {
layout: ctx.layout,
listeners: ctx.listeners,
parent: parent_id,
},
&mut ctx.get_construct_essentials(parent_id),
button::Params {
color,
border,