On Mon, 2016-10-03 at 17:01 +0200, [email protected] 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: [email protected] GPG#D95ED383 Web: http://www.marp.org _______________________________________________ python-hackers-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/python-hackers-list
