Package: gtk

Function gtk:tree-store-set-column-types

Lambda List

gtk:tree-store-set-column-types (store types)

Arguments

store -- a gtk:tree-store object
types -- a list with the g:type-t type IDs, one for each column

Details

This function is meant primarily for GObjects that inherit from the gtk:tree-store class, and should only be used when constructing a new gtk:tree-store object. It will not function after a row has been added, or a method on a gtk:tree-model object is called.

Warning

The gtk:tree-store implementation is deprecated since 4.10. Use the gtk:tree-list-model object instead.
 

See also

#2024-5-16