Expand description
Trait used for factories to interact with widgets.
Traits§
- Async
Position - Returns the position of an element inside a
container like
gtk::Grid
where the position isn’t clearly defined by the index. - Factory
View - A trait implemented for GTK4 widgets that allows a factory to create and remove widgets.
- Position
- Returns the position of an element inside a
container like
gtk::Grid
where the position isn’t clearly defined by the index.