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

@@ -37,11 +37,7 @@ pub fn parse_component_checkbox<U1, U2>(
}
let (widget, component) = checkbox::construct(
ConstructEssentials {
layout: ctx.layout,
listeners: ctx.listeners,
parent: parent_id,
},
&mut ctx.get_construct_essentials(parent_id),
checkbox::Params {
box_size,
text: translation,