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
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
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
___