Package: gtk

Function gtk:tree-store-new

Lambda List

gtk:tree-store-new (&rest types)

Arguments

types -- all g:type-t type IDs for the columns, from first to last

Return Value

The new gtk:tree-store object.

Details

Creates a new tree store as with columns of the types passed in. Note that only types derived from standard GType fundamental types are supported.

Examples

Create a new gtk:tree-store object with three columns, of type "gint", "gchararray", and "GdkPixbuf".
(gtk:tree-store-new "gint" "gchararray" "GdkPixbuf")    
 

See also

2024-3-12