Re: GTK Queue Draw Subtle Question
- From: Paul Davis <paul linuxaudiosystems com>
- To: cecashon aol com
- Cc: Thomas Dineen <tdineen ix netcom com>, ML-gtk <gtk-list gnome org>
- Subject: Re: GTK Queue Draw Subtle Question
- Date: Sat, 18 Feb 2017 17:33:54 +0100
You can call g_idle_add() and various related functions from a non-GTK thread. This is easier and more reliable than using a timer. When your other thread has finished some work, add an idle callback in the main context. the idle callback should call gtk_queue_redraw() for the appropriate window/widgets.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]