Re: gtk_widget_set_size_request delayed until next allocation change

2013-04-27 Thread jjacky
On 04/27/13 02:35, Sandro Mani wrote: > Hello, > > I have a GtkDrawingArea inside a GtkViewport, and I have a callback > connected to the "size-allocate" signal of the GtkViewport which resizes > the GtkDrawingArea by calling gtk_widget_set_size_request on the latter, > see sample source code bel

Re: Updating GUI during long operation

2013-04-27 Thread Kip Warner
On Fri, 2013-04-26 at 20:22 -0700, Simon Feltman wrote: > To clarify, Python threading is probably the wrong tool for CPU bou d > operations unless those operations free up the GIL. This might be, but ideally this is really something the designers of the various interpreters should be more concer