Can I get widget change background color of simple way in modern gtk3?

2015-11-28 Thread michinari.nukazawa
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, );

Re: Can I get widget change background color of simple way in modern gtk3?

2015-11-28 Thread Emmanuele Bassi
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 wrote: > Hello. > > Old

Re: Can I get widget change background color of simple way in modern gtk3?

2015-11-28 Thread michinari.nukazawa
I understand. > this question has been asked and answered multiple times on this mailing list. Sorry. Indeed this is because it was unbelievable that. That much became so difficult from simple. I see useful example. http://www.gtkforums.com/viewtopic.php?f=3=988=72088=GTK3+with+CSS#p72088 I