Package: gtk

Class gtk:flatten-list-model

Superclasses

gio:list-model, gtk:section-model, gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

item-type
The item-type property of type g:type-t (Read)
The type of items. Since 4.8
model
The model property of type g:list-model (Read / Write)
The model being flattened.
n-items
The n-items property of type :uint (Read / Write)
The number of items. Since 4.8
Default value: 0

Details

The gtk:flatten-list-model object is a list model that takes a list model containing list models and flattens it into a single model. Another term for this is concatenation. The gtk:flatten-list-model object takes a list of lists and concatenates them into a single list.
 

Returned by

Slot Access Functions

Inherited Slot Access Functions

See also

2024-12-9