On Monday 29 Jul 2002, Krzysztof Magrel wrote:
> I've problem like in subject. Please help.

Use sth like that ?

GdkColor blanc = {65535, 65535, 65535};
GtkWidget *label;

label->style = gtk_style_copy(label->style);
label->style->fg[GTK_STATE_NORMAL] = blanc;
     
-- 
jean-michel
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to