Change background color in GtkTreeView

2012-11-29 Thread Tomasz Jankowski
Hello, I'm working on UI for embedded system using GTK+ 2.24. I want to change GtkTreeView background (area behind rows, which is by default white) to match default color of window area (grey by default). I retrieved GtkStyle associated with GtkWindow and looked for this particular tint of gray

Re: Change background color in GtkTreeView

2012-11-29 Thread Michael Cronenworth
Tomasz Jankowski wrote: I'm working on UI for embedded system using GTK+ 2.24. I want to change GtkTreeView background (area behind rows, which is by default white) to match default color of window area (grey by default). I retrieved GtkStyle associated with GtkWindow and looked for this

Gdk-CRITICAL error with GtkStatusIcon tooltip

2012-11-29 Thread Piotr Sipika
Hi All, I'm having some issues with a GtkStatusIcon, specifically, displaying its tooltip. I create the icon fine and set its tooltip text using gtk_status_icon_set_tooltip_text(). I make the icon visible using gtk_status_icon_set_visible(icon, TRUE) and it shows on the system tray. When I put