Re: Re: How do I make a pixbuf column for GTree.icon_view?
Edouard <[email protected]>
| Newsgroups | gmane.comp.lang.ocaml.lib.gtk |
|---|---|
| Message-ID | <1204782413.7051.5.camel@edouard-laptop> |
Hi ! It seems that creating a GdkPixbuf.pixbuf column can be done with : let cols = new column_list let pixbuf_col = cols#add Gobject.Data.object You can find such useful tips in the SooHyoung Oh's adaptation of the great "GTK+ 2.0 Tree View Tutorial". Friendly, Ed.