Package: gtk
Function gtk:tree-store-new
Lambda Listgtk:tree-store-new (&rest types) ArgumentsReturn ValueThe 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(gtk:tree-store-new "gint" "gchararray" "GdkPixbuf") Warning | See also |
2024-5-16