Entry completion

2008-10-19 Thread Sujith
is so, since the child nodes will never have parent iters which match the node type. Is there any way to solve this elegantly, or do I have to resort to forming new List stores ? Thanks ! Sujith -- http://sujith-m.blogspot.com ___ gtk-app-devel-list ma

Memory leak

2008-06-30 Thread Sujith
RACK) || (node_type == NODE_BASENAME)) ? location_id : 0, L_VISIBILE, TRUE, -1); I would like to know if I am missing something really obvious. Thanks for any pointers. Sujith -- http://sujith-m.blogspot

Re: How do I catch right-click on a TreeView header?

2008-05-31 Thread Sujith
might break if the internal implementation of GtkTreeView header changes. It works for now. Sujith -- http://sujith-m.blogspot.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Quitting an application

2008-03-28 Thread Sujith
Bastiaan Veelo writes: > I have not checked, but maybe gtk_main_leve() returns 0 if gtk_main() > has not been called yet? If that would be of any help. Yes, I checked and it does return 0 before gtk_main() has been called. I'll play around with it. Thanks for the t

Re: Quitting an application

2008-03-28 Thread Sujith
he main loop. If gtk_main() has been invoked, I can check for the existence of the mainloop like this: while(gtk_events_pending()) if (gtk_main_iteration_do(FALSE)) return; Is spawning a thread and cooking up some simple synchronization scheme th

Re: Quitting an application

2008-03-28 Thread Sujith
ads... > Thanks. I guess I have to rethink my design then. :) Sujith ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Quitting an application

2008-03-27 Thread Sujith
the scanning function tries to access data structures that are no more. How do I synchronize between them ? Any help is appreciated. Sujith ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app

GtkVolumeButton Image

2007-11-28 Thread Sujith
(image)' failed I am setting the image like this : gtk_button_set_image(GTK_BUTTON(vol_button), gtk_image_new_from_icon_name("stock-volume",GTK_ICON_SIZE_LARGE_TOOLBAR)); What am I doing wrong and how do I make the error message go away ? thanks, Sujith -- http://m.sujith.