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