[Gtk-sharp-list] don't able to repaint

John Luke jluke@users.sourceforge.net
Mon, 05 Jan 2004 20:08:56 -0500


On Sat, 2004-01-03 at 09:52 +0100, Franz Burgmann wrote:
> hi all,
> 
> I'm trying now for a few hours to get a little animation running, but 
> the only thing I see is the result. The steps before will not be brought 
> to screen.
> 
> Somebody an idea?
> 
Maybe you want to use Gtk.Timeout and call widget.QueueDraw () when
you want it redrawn?