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