|  |  |  | GNOME Canvas Library Reference Manual |  | 
|---|
GnomeCanvasClipgroup — Canvas group that implements clipping
#include <libgnomecanvas/libgnomecanvas.h> struct GnomeCanvasClipgroup;
  GObject
   +----GtkObject
         +----GnomeCanvasItem
               +----GnomeCanvasGroup
                     +----GnomeCanvasClipgroup
A canvas group object that clips the view of its children to a shape defined by a GnomeCanvasPathDef.
"path" gpointer : Read / Write
Pointer to a GnomeCanvasPathDef structure which can be created with gnome_canvas_path_def_new().
| << GnomeCanvasBpath | GnomeCanvasEllipse >> |