After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 354039 - treeview can have a bg_pixmap
treeview can have a bg_pixmap
Status: RESOLVED DUPLICATE of bug 71926
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.10.x
Other Linux
: Normal minor
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2006-09-02 22:25 UTC by Benjamin Berg
Modified: 2007-08-21 08:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Berg 2006-09-02 22:25:38 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.
Comment 1 Kristian Rietveld 2007-08-21 08:02:16 UTC

*** This bug has been marked as a duplicate of 71926 ***