GnomeCanvasBpathGnomeCanvasBpath — Bezier path canvas item | |
Properties
"bpath" gpointer : Read / Write
Description
A canvas item type for creating a "path" from curve and line segments.
Details
GnomeCanvasBpath
typedef struct _GnomeCanvasBpath GnomeCanvasBpath;
This structure should not be accessed directly. Use the object's properties
for querying or changing its parameters.
Properties
The "bpath" property
"bpath" gpointer : Read / Write
Pointer to a GnomeCanvasPathDef structure. This can be created by a call to
gnome_canvas_path_def_new().