Re: GTK app with scrolled window crashing trying to show a widget inside



On Fri, Dec 30, 2011 at 01:28:32PM +0100, Moritz Renftle wrote:
i want to make one of those widgets visible from
another thread

Use glib.idle_add() in that other thread to subsequently execute the
actual Gtk+ code in the thread running the Gtk+ main loop.

Yeti




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