Re: Porting Gtk2 styles to Gtk3

2016-11-13 Thread Emmanuele Bassi
Hi; On 12 November 2016 at 19:02, wrote: > I am struggling how to translate operators of the form > color = &style->light[GTK_STATE_PRELIGHT]; > into proper Gtk3. The documentation says: > "One notable difference is the reduction from fg/bg/text/base colors to > only foreground/background, in ex

Porting Gtk2 styles to Gtk3

2016-11-13 Thread flo . xfce
I am struggling how to translate operators of the form color = &style->light[GTK_STATE_PRELIGHT]; into proper Gtk3. The documentation says: "One notable difference is the reduction from fg/bg/text/base colors to only foreground/background, in exchange the widget is able to render its various elemen

Porting Gtk2 styles to Gtk3

2016-11-12 Thread zahlenmeer
I am struggling how to translate operators of the form color = &style->light[GTK_STATE_PRELIGHT]; into proper Gtk3. The documentation says: "One notable difference is the reduction from fg/bg/text/base colors to only foreground/background, in exchange the widget is able to render its various elemen