Hello,
I have a window that has six GtkEntry widgets. To update values stored in those GtkEntry widgets, I have a Glib thread that set new text in my widget using gtk_entry_set_text .
Each 10 seconds I loose 4 K. Is there another way to set text in a GtkEntry in GTK2.0 or is this memory leak corrected in GTK newer version ??
(I'm using Gtk1.3.13)
Thanks for answers
Isabelle