[Gtk-sharp-list] ExposeEvent Feedback ?

Daniel Kornhauser dkor@media.mit.edu
Wed, 17 Dec 2003 17:19:55 -0500


I'm trying to resize an image when my window is resized. But when I'm in
a ExposeEvent handler, doing

viewDisplay.Pixbuf = scaled_image;

throws another ExposeEvent witch leaves me continually throwing
ExposeEvent.

What I'm I doing wrong ?

Should I use another Event type ?

				Daniel.