Muffling widget repaints

2004-08-21 Thread Stephen Bach
Hello, I have a container which periodically loses some of its widgets and gains others, sometimes on the order of hundreds. The changeover happens all at once (i.e. there's a big loop which does all the adding and destroying), but it's still pretty ugly and slow because sometimes many repaints

Re: Muffling widget repaints

2004-08-21 Thread Stephen Bach
BTW, I'm writing towards GTK+ 2.4. On Sat, Aug 21, 2004 at 02:16:52PM -0400, Stephen Bach wrote: Hello, I have a container which periodically loses some of its widgets and gains others, sometimes on the order of hundreds. The changeover happens all at once (i.e. there's a big loop which

Re: Muffling widget repaints

2004-08-21 Thread Paul Davis
I have a container which periodically loses some of its widgets and gains others, sometimes on the order of hundreds. The changeover happens all at once (i.e. there's a big loop which does all the adding and destroying), but it's still pretty ugly and slow because sometimes many repaints are

Re: Muffling widget repaints

2004-08-21 Thread Stephen Bach
When I say repaint I just mean that the there is a visible change in the widget. I guess I'm not using the word in its conventional GTK sense. FWIW, I did connect to the expose signal of the container and found that it's only called once, after the widget switchover is finished. Which I guess

Help installing GTK+-2.0 v 2.4.6

2004-08-21 Thread Jeff Lane
Hello all, I am trying to get GTK+-2.0 installed on a Red Hat AS3 machine. I downloaded ATK, GTK+, glib, and pango from gtk.org and began the installation process. I ran through the configure, make and install of ATK and it worked perfectly. I then did glib-2.4.6. That SEEMED to have gone