Hi;

this question has been asked and answered multiple times on this mailing list.

You should look at the archives on:
https://mail.gnome.org/archives/gtk-app-devel-list/

Ciao,
 Emmanuele.

On 29 November 2015 at 00:26, michinari.nukazawa
<michinari.nukaz...@gmail.com> wrote:
> Hello.
>
> Old day.
> I should have done writing code of simple one line if I demanded the change
> of the background color
> But it does not seem to be so now.
> and nothing (simple) example code.
> I see gtk3-demo. Using callback and other. not one line.
>
> gtk_widget_modify_bg(window, GTK_STATE_NORMAL, &color);
> -> is deprecated
>
> gtk_widget_override_background_color(window, GTK_STATE_NORMAL, &color);
> -> is deprecated
>
> Probably modern way is CSS Style.
> But nothing example.
> and ways seem to be different until now.
>
>
> Can I get modern gtk3 example?
> Can I change background color by writing code of simple one line in modern
> gtk3?
>
> Thanks.
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list



-- 
https://www.bassi.io
[@] ebassi [@gmail.com]
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to