Re: Python 3.4 / GTK3 / Async



On Mon, 2016-10-03 at 17:01 +0200, adrian lanz bluewin ch wrote:
I use tkinter with a async function on a Linux/Window app.
Now I will use gtk3 instead of tkinter.
Is there also a way to run my async function?

I believe the only requirement when using Gtk is to only call Gtk
methods [change the UI] from the main thread;  so if other threads just
queue or signal the main thread you should be OK.


-- 
Meetings Coordinator, Michigan Association of Railroad Passengers
537 Shirley St NE Grand Rapids, MI 49503-1754 Phone: 616.581.8010
E-mail: awilliam whitemice org GPG#D95ED383 Web: http://www.marp.org




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]