Yiannis wrote:
[...]
GdkColor *sensitive_bg = widget->style.bg[GTK_STATE_NORMAL];

fails with the following error:
error: request for member `bg' in something not a structure or union

and the same error occurs with all the other members of the style structure....

Any ideas?

Heh,
    I was just jotting it down from memory; I didn't actually
expect it to compile out of the box ;-)

If it says "in something not a structure or union", then it's probably:
      widget->style->bg[GTK_STATE_NORMAL];

if not, a closer look at gtkwidget.h & gtkstyle.h will clarify.

Cheers,
                   -Tristan
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to