Re: Slow UI updates with GtkImage

2007-12-12 Thread Tristan Van Berkom
On Nov 27, 2007 6:11 AM, David Brigada <[EMAIL PROTECTED]> wrote: > Hi, > > I'm working on an audio player application. I currently have two > elements that change on a frequent basis: a GtkHScale and a GtkImage. > Whenever I update the data, I call gtk_widget_queue_draw on the widget > that chang

Re: Slow UI updates with GtkImage

2007-11-27 Thread Tristan Van Berkom
On Nov 27, 2007 6:11 AM, David Brigada <[EMAIL PROTECTED]> wrote: > Hi, > > I'm working on an audio player application. I currently have two > elements that change on a frequent basis: a GtkHScale and a GtkImage. > Whenever I update the data, I call gtk_widget_queue_draw on the widget > that chang

Slow UI updates with GtkImage

2007-11-27 Thread David Brigada
Hi, I'm working on an audio player application. I currently have two elements that change on a frequent basis: a GtkHScale and a GtkImage. Whenever I update the data, I call gtk_widget_queue_draw on the widget that changed. With just the slider updating every 200ms, it works fine. If I add