Re: thread stack size

2007-01-18 Thread Liam R E Quin
On Mon, 2007-15-01 at 16:02 -0500, Dr. Michael J. Chudobiak wrote: If I patch the code to use 64k stack size for new threads, like this: [...] memory consumption drops dramatically (and the program still works): does it still work with larger images? E.g. make one in gimp that's 5,000 pixels

Re: gtk_widget_size_request v. reality

2007-01-18 Thread v4r4n
OK, Glade is interesting, and I've since used GtkAlignment in other parts of my library, but I still haven't fixed my original problem. I'm not sure if I fully understand your suggestion, but this is where I'm at right now. It appears that the 'size-request' signal only happens once, and is not

Re: gtk_widget_size_request v. reality

2007-01-18 Thread Jim George
On 1/18/07, v4r4n [EMAIL PROTECTED] wrote: It appears that the 'size-request' signal only happens once, and is not called when the user resizes the window. I couldn't find a 'resize' signal definition so I'm not sure what other signals I need to set up for this to happen all the time. Sorry,