Expand description
Defines traits and data types used to efficiently generating widgets from collections.
Re-exports
pub use collections::*;
Modules
- Containers similar to
std::collectionsthat implement theFactorytrait. - Position types for various widgets.
 
Traits
- A container that is a able to efficiently update, generate and remove widgets that represent the data stored in the container.
 - Extends
FactoryViewfor containers that work similar to lists. This means that the container can insert widgets before and after other widgets. - Define behavior to create, update and remove widgets according to data stored in a factory.
 - A trait implemented for GTK4 widgets that allows a factory to create and remove widgets.