| GNOME Canvas Library Reference Manual |
|---|
GnomeCanvasBpath — Bezier path canvas item
#include <libgnomecanvas/libgnomecanvas.h> struct GnomeCanvasBpath;
GObject +----GtkObject +----GnomeCanvasItem +----GnomeCanvasShape +----GnomeCanvasBpath
A canvas item type for creating a "path" from curve and line segments.
| "bpath" (gpointer : Read / Write) | Pointer to a GnomeCanvasPathDef structure. This can be created by a call to gnome_canvas_path_def_new(). |
| << GnomeCanvas | GnomeCanvasClipgroup >> |