Package: gtk

Accessor gtk:tree-list-model-item-type

Lambda List

gtk:tree-list-model-item-type (object)

Syntax

(gtk:tree-list-model-item-type object) => gtype

Arguments

object -- a gtk:tree-list-model object
gtype -- a g:type-t type ID

Details

The accessor for the item-type slot of the gtk:tree-list-model class returns the type of items contained in the list model. Items must be subclasses of the g:object class.

Since 4.8

Notes

This function is equivalent to the g:list-model-item-type function.
 

See also

2025-08-17