Comment 4 for bug 553393

Revision history for this message
Vish (vish) wrote :

Those are new widget_classes and the themes need to use the following:

style "radiocheck-new"
{
 text[NORMAL] = blah
 text[PRELIGHT] = blah
 text[ACTIVE] = blah
 text[SELECTED] = blah
 text[INSENSITIVE] = blah
}

widget_class "*<GtkCheckMenuItem>*" style "radiocheck-new"
widget_class "*<GtkRadioMenuItem>*" style "radiocheck-new"

Text normal and prelight are essential not sure where the others are used , so the respective theme authors need to check that ;-)