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 th
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
>
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 co