GdkPoints <--- shorts?

2006-06-07 Thread Fraser Sinclair
Before calling gdk_draw_polygon and gdk_draw_line we have found it necessary to check each point to make sure it doesn't exceed 32000+ to avoid random lines and solid/void problems with shapes. Of course this only happens when zooming in on a drawing. GdkPoints are defined as "gint" in gdktype

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 ? ___ gtk-app

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 ___