[Gtk-sharp-list] ExposeEvent Feedback ?

Miguel de Icaza miguel@ximian.com
Wed, 17 Dec 2003 18:33:06 -0500


Hello,

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

Hard to tell what is going on there without the full source.