Hi !

Using, GTK-1.2.10, ...

I did like to customize my ~/.gtkrc, and I obtained strange behavior :

This works :

style "styletest"
{
        bg[NORMAL] = "#0000ff"
        fg[NORMAL] = "#ff0000"
}

widget_class "*GtkButton*" style "styletest"

While this won't :

style "styletest"
{
        bg[NORMAL] = "#0000ff"
        fg[NORMAL] = "#ff0000"
}

widget_class "GtkButton" style "styletest"

... Why ?

Thanks in advance,
Regards,
Jérémy Hervé
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to