Re: how to reset a gnome canvas?
- From: Paul Davis <paul linuxaudiosystems com>
- To: Ottavio Campana <ottavio campana vi it>
- Cc: gtk-list gnome org
- Subject: Re: how to reset a gnome canvas?
- Date: Sun, 23 Feb 2003 14:58:01 -0500
>How can I delete all the things that I've previously put in a canvas?
take the top level canvas group, and:
gtk_object_destroy (GTK_OBJECT(group));
probably make that:
g_object_destroy (GOBJECT(group));
if you are using GTK+2.
destroying a group recursively destroys all of its members.
--p
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]