On 17 Jul 2002, Sven Neumann wrote: > Chris Nystrom <[EMAIL PROTECTED]> writes: > > > You might try using a loop and repeatedly call the expose event handler. > > Not sure what you do if this is not fast enough. > > you should never call an expose event handler directly since this > would mean that you draw outside an expose event. Instead you should > use gtk_widget_queue_draw() to generate an expose_event.
Yes, poor wording on my part. Sorry. Chris _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
