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
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
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
> 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
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 '