GNOME Bugzilla – Bug 354039
treeview can have a bg_pixmap
Last modified: 2007-08-21 08:02:16 UTC
With the following style you can set a bg pixmap on the treeview: style "treeview" { bg_pixmap[NORMAL] = "some-image.png" base[NORMAL] = "blue" bg[NORMAL] = "blue" } class "GtkTreeView" style "treeview" For some reason the bg_pixmap will get used if the base and bg colors match. But scrolling is broken then.
*** This bug has been marked as a duplicate of 71926 ***