GtkRcStyle *rc_style = gtk_rc_style_new();rc_style->color_flags[GTK_STATE_NORMAL] = (GtkRcFlags)(rc_style->color_flags[GTK_STATE_NORMAL] | GTK_RC_BG);
rc_style->bg[GTK_STATE_NORMAL].red = 0; rc_style->bg[GTK_STATE_NORMAL].green = 0; rc_style->bg[GTK_STATE_NORMAL].blue = 0xA0FF;
gtk_widget_modify_style (eventBox, rc_style); gtk_widget_modify_style (label1, rc_style);
But it only seems to work for labels, and I need entries, if anybody happens to read this and knows how to change gtk+ widget colors please I beg you, email me!!!
Well, I got to go.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!