hi!
i want to use rc file to set window style
like this code :
style "mybutton"
{
fg[NORMAL] ={1.0,0,0}
bg[NORMAL] ={0.9,0.9,0}
}
widget_class "btnOk.GtkButton" style "mybutton"
but it is invaild. what is the matter?
thanks!
|