Package: gtk
Function gtk-tree-store-new
Lambda Listgtk-tree-store-new (&rest column-types) ArgumentsReturn ValueA 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. Example(gtk-tree-store-new "gint" "gchararray" "GdkPixbuf") | See also |
2021-3-3