Hi,
Is it not possible to create a GUI window from a thread? I created a thread
from a button_click callback and from within the thread I need to display a
popup message . But everytime a GUI operation like widget show or destroy is
done, it displays following error messages:
Xlib: unexpected asyn
Hi,
Is it possible to add tooltip to individual GtkCList rows?
Regards,
Preeti
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Hi,
Is it possible to add tooltip to individual CList rows created dynamically
through programming?
Regards,
Preeti
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Hi,
I am attaching a small piece of sample code that explains my problem.
int
main (int argc, char *argv[])
{
GtkWidget *window1;
#ifdef ENABLE_NLS
bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR);
textdomain (PACKAGE);
#endif
gnome_init ("try", VERSION, argc, argv);
window1 = create_win
Hi,
I am working on an NMS developed using GTK 1.2. On seeing memory usage
through 'system monitor', it shows constant increase in memory usage by GUI
screens though I have destroyed all widgets/windows on close event. Does GTK
have a bug that doesn't free the memory used by a window (say dialog)