[Gtk-sharp-list] Removing CanvasItems

Federico Mena Quintero federico@ximian.com
Mon, 20 Sep 2004 11:25:43 -0500


On Thu, 2004-09-16 at 21:28 -0700, Kevin Wortman wrote:

> Is it possible to remove a CanvasItem once it has been added to a
> GnomeCanvas?  I couldn't find any documented way of doing this.

my_item.Destroy ();

  Federico