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
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
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
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