Home
last modified time | relevance | path

Searched defs:_GnomeCanvasShapePrivGdk (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/libgnomecanvas/libgnomecanvas-2.30.3/libgnomecanvas/
H A Dgnome-canvas-shape-private.h55 struct _GnomeCanvasShapePrivGdk { struct
56 gulong fill_pixel; /* Color for fill */
57 gulong outline_pixel; /* Color for outline */
59 GdkBitmap *fill_stipple; /* Stipple for fill */
60 GdkBitmap *outline_stipple; /* Stipple for outline */
62 GdkGC * fill_gc; /* GC for filling */
63 GdkGC * outline_gc; /* GC for outline */
65 gint len_points; /* Size of allocated points array */
66 gint num_points; /* Gdk points in canvas coords */
68 GSList * closed_paths; /* List of lengths */
[all …]