GUI window creation from a thread

2007-01-08 Thread Preeti Joshi
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

Tooltip per GtkClist row

2007-01-03 Thread Preeti Joshi
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

Tooltip to Clist elements

2006-12-18 Thread Preeti Joshi
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

Memory Issue

2006-12-17 Thread Preeti Joshi
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

Memory Issue

2006-12-14 Thread Preeti Joshi
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)