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