GtkEntry font in rc file

2006-04-13 Thread Fraser Sinclair
All I want to do is change the font of a named GtkEntry widget in a resource file. It used to work in gtk1.2. I have spent hours with various combinations of widget *.name.* etc. to no avail. Does anyone know how to do this in gtk2 ? ___

CList repaints

2006-04-05 Thread Fraser Sinclair
Is there a way to stop gtk from repainting the entire listbox when selecting a single row? It produces quite a visual chatter on some boxes. I use freeze/thaw but by the time I process the signal (or maybe its after) the damage is done. Fraser ___