Top | ![]() |
![]() |
![]() |
![]() |
GdkCapStyle | cap-style | Read / Write |
gpointer | dash | Read / Write |
gchar * | fill-color | Write |
GdkColor * | fill-color-gdk | Read / Write |
guint | fill-color-rgba | Read / Write |
GdkDrawable * | fill-stipple | Read / Write |
GdkJoinStyle | join-style | Read / Write |
gdouble | miterlimit | Read / Write |
gchar * | outline-color | Write |
GdkColor * | outline-color-gdk | Read / Write |
guint | outline-color-rgba | Read / Write |
GdkDrawable * | outline-stipple | Read / Write |
guint | width-pixels | Read / Write |
gdouble | width-units | Read / Write |
guint | wind | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GnomeCanvasItem ╰── GnomeCanvasShape ├── GnomeCanvasBpath ├── GnomeCanvasRE ╰── GnomeCanvasPolygon
void gnome_canvas_shape_set_path_def (GnomeCanvasShape *shape
,GnomeCanvasPathDef *def
);
This function sets the the GnomeCanvasPathDef used by the GnomeCanvasShape. Notice, that it does not request updates, as it is meant to be used from item implementations, from inside update queue.
GnomeCanvasPathDef *
gnome_canvas_shape_get_path_def (GnomeCanvasShape *shape
);
This function returns the GnomeCanvasPathDef that the shape currently uses. It adds a reference to the GnomeCanvasPathDef and returns it, if there is not a GnomeCanvasPathDef set for the shape it returns NULL.
“join-style”
property“join-style” GdkJoinStyle
Flags: Read / Write
Default value: GDK_JOIN_MITER
“miterlimit”
property“miterlimit” gdouble
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“width-units”
property“width-units” gdouble
Flags: Read / Write
Allowed values: >= 0
Default value: 0