A
Andrey Demidov
Hi all,
I need to display the images in the one of columns in the Treeview.
I have found this example
(http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-pxbr).
But in this example are used the standard gnome icons:
I have tried to change code to:
pixbuf = Gdk:
ixbuf.new('/home/demas/settings/awn_icons/emacs.png')
parent[$pxbuf] = pixbuf
but it doesn't work.
How can I display images in the threeview column?
I need to display the images in the one of columns in the Treeview.
I have found this example
(http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-pxbr).
But in this example are used the standard gnome icons:
parent[$pixbuf] = Gtk::Stock:IALOG_INFO
I have tried to change code to:
pixbuf = Gdk:
parent[$pxbuf] = pixbuf
but it doesn't work.
How can I display images in the threeview column?