Gtk Window memory free

2006-10-11 Thread Supreet.Mysore
Hi All, I have a embedded application running developed with GTK. I have multiple windows opening and closing. Every time I destroy a window, it is not freeing the memory that it consumed. Is there a way to destroy a window there by clearing all the memory consumed by the window and all the widgets

Comparison of GTK+, Tcl/Tk, Qt, wxWidgets

2006-10-11 Thread Douglas Vechinski
I am interested in information comparing using GTK+, Tcl/Tk, Qt, wxWidgets for writing GUI apps. A potential rewrite of a Tcl/Tk app. is under consideration. This app is to be supported on Unix/Linux and Window XP platforms. This app presently peforms some 2d drawing with user interaction from w

Re: GObject + signals + threads... i have a question

2006-10-11 Thread Tristan Van Berkom
Tomasz Jankowski wrote: > Hi! > > I have a problem and I need to know such thing to solve it: > Let say, that we have a multi thread program with two threads: A and B. Now > in A thread we declare and create an new object based on GObject and connect > FOO signal to it. Later, in B thread we use t

GObject + signals + threads... i have a question

2006-10-11 Thread Tomasz Jankowski
Hi! I have a problem and I need to know such thing to solve it: Let say, that we have a multi thread program with two threads: A and B. Now in A thread we declare and create an new object based on GObject and connect FOO signal to it. Later, in B thread we use this object and for we try to emit FO