[Glade-users] setting resources
Lourdes Maldonado
maldonado@ibiquity.com
Tue, 22 May 2001 14:42:22 -0400
I am trying to display my GtkEntry fields such that they have yellow
letters on a solid black background. With the following resource file
specifications I am able to get the yellow letters but I only get a
black border around the GtkEntry.
-------------------------------------------------------------
style "entry"
{
fg[NORMAL] = {1.0, 1.0, 0}
bg[NORMAL] = {0, 0, 0}
}
wiget_class "*GtkEntry*" style "entry"
-------------------------------------------------------------
Could someone help?