[1.2.10] Resources files : strange behavior : *GtkButton*



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é



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]