On Sun, 2006-11-05 at 18:36 +0200, Johan Kohler wrote:

> 1. Access the items on a canvas after they've been created?
> 2. Delete items on a canvas after they've been created?

option 1: keep track of them yourself.
option 2: exploit that GnomeCanvas is (indirectly) derived from
GtkContainer, which has the methods foreach() and get_children().

I think option 1 is the better one -- you need a high-level data
structure anyway, right?

-Peter

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to