Re: Treeviews: changing the color of column headers

2015-06-14 Thread Stefan Salewski
On Sun, 2015-06-14 at 08:30 +0200, Juan L. Freniche wrote: > What is > wrong in the sample program? Unfortunately I couldn't guess their > mail > addresses to consult with the people involved in 2003. Yes, my short google search yesterday gave me also something from 2003 -- someone reported that

Re: Changing background of TextView makes selection invisible

2015-06-14 Thread Bálint Réczey
Hi, 2015-06-13 18:34 GMT+02:00 Stefan Salewski : > On Sat, 2015-06-13 at 11:03 +0100, Kasper Peeters wrote: >> I am trying to make the background colour of all TextViews white, > > Have you followed this page: > > https://developer.gnome.org/gtk3/stable/TextWidget.html Before you start following t

Re: Changing background of TextView makes selection invisible

2015-06-14 Thread Yann Leboulanger
On 06/14/2015 11:33 PM, Bálint Réczey wrote: > Hi, > > 2015-06-13 18:34 GMT+02:00 Stefan Salewski : >> On Sat, 2015-06-13 at 11:03 +0100, Kasper Peeters wrote: >>> I am trying to make the background colour of all TextViews white, >> Have you followed this page: >> >> https://developer.gnome.org/gtk

Re: Changing background of TextView makes selection invisible

2015-06-14 Thread Kasper Peeters
> Before you start following the page it is owth noting that > gtk_widget_override_color(), which function is recommended here for > you want to do No, that overrides the color of the text of the widget, not the background color. There is 'gtk_override_background_color' (also deprecated since 3.1

Re: Changing background of TextView makes selection invisible

2015-06-14 Thread Bálint Réczey
2015-06-14 23:51 GMT+02:00 Kasper Peeters : >> Before you start following the page it is owth noting that >> gtk_widget_override_color(), which function is recommended here for >> you want to do > > No, that overrides the color of the text of the widget, not the > background color. > > There is '