![]() |
![]() |
![]() |
GNOME Canvas Library Reference Manual | ![]() |
---|---|---|---|---|
#include <libgnomecanvas/libgnomecanvas.h> GnomeCanvasGroup;
GObject +----GInitiallyUnowned +----GtkObject +----GnomeCanvasItem +----GnomeCanvasGroup +----GnomeCanvasClipgroup
A canvas item that groups other canvas items. A canvas group is used for organization, determining drawing stacking order, and for applying transforms on all items in the group.
The GnomeCanvas widget contains a toplevel "root" group which can be
queried with a call to gnome_canvas_root()
.