Package: gtk
Function gtk:list-store-new
Lambda Listgtk:list-store-new (&rest types) ArgumentsReturn ValueThe new gtk:list-store object. Details      
    Creates a new list store as with each of the types passed in.  
  Note that only types derived from standard GType fundamental types are
  supported.   Examples(gtk:list-store-new "gint" "gchararray" "GdkPixbuf")Note that in the Lisp binding a second implementation is 
(make-instance 'gtk:list-store
               :column-types '("gint" "gchararray" "GdkPixbuf"))           | See also | 
2024-03-12