Function i_slint_core::item_rendering::render_component_items
source ยท pub fn render_component_items(
component: &ItemTreeRc,
renderer: &mut dyn ItemRenderer,
origin: LogicalPoint,
)
Expand description
Renders the tree of items that component holds, using the specified renderer. Rendering is done relative to the specified origin.