Enum i_slint_core::items::RenderingResult
source · #[repr(C)]
pub enum RenderingResult {
ContinueRenderingChildren,
ContinueRenderingWithoutChildren,
}Expand description
Returned by the render() function on items to indicate whether the rendering of
children should be handled by the caller, of if the item took care of that (for example
through layer indirection)