[Java-gnome-developer] Raising events async on Gtk main loop
Brought to you by:
afcowie
From: Jerry H. <jh...@fe...> - 2004-10-29 20:33:20
|
Is this possible? In SWT, one creates a Runnable, and uses the Display object to add it to the main loop. When the main loop next cycles, it runs it. Good for multi-threading. You can have a thread in the background which passes events to the Gtk main loop. ????? |