[Glade-users] setting resources



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?





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