Module i_slint_core::component_factory
source · Expand description
This module defines a ComponentFactory
and related code.
Structs§
- A
ComponentFactory
can be used to create new Components at runtime, taking a factory function returning aComponentHandle
. - The
FactoryContext
provides extra information to the ComponentFactory