[Gtk-sharp-list] Removing CanvasItems
Kevin Wortman
Kevin Wortman <kwortman@gmail.com>
Tue, 21 Sep 2004 01:35:09 -0700
Thanks, I tried that, but the items remain visible after the call to
Destroy. Other ideas? Or is the Destroy method broken?
Kevin
On Mon, 20 Sep 2004 11:25:43 -0500, Federico Mena Quintero
<federico@ximian.com> wrote:
> 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
>
>