diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-08 22:21:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:49:58 +0800 |
commit | de1adb892b2ab74695c03ef1899651d644c7ec91 (patch) | |
tree | 82cfa8bce118bac787112a5889f98a5c4173e77d /libgnomecanvas/gnome-canvas-rect-ellipse.h | |
parent | 35fc4eda52204e614d3f7f181815f8ff4399e396 (diff) | |
download | gsoc2013-evolution-de1adb892b2ab74695c03ef1899651d644c7ec91.tar.gz gsoc2013-evolution-de1adb892b2ab74695c03ef1899651d644c7ec91.tar.zst gsoc2013-evolution-de1adb892b2ab74695c03ef1899651d644c7ec91.zip |
gnome-canvas: Remove stipple properties from GnomeCanvasShape
Diffstat (limited to 'libgnomecanvas/gnome-canvas-rect-ellipse.h')
-rw-r--r-- | libgnomecanvas/gnome-canvas-rect-ellipse.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libgnomecanvas/gnome-canvas-rect-ellipse.h b/libgnomecanvas/gnome-canvas-rect-ellipse.h index 27f14be4c7..c8a2a144dd 100644 --- a/libgnomecanvas/gnome-canvas-rect-ellipse.h +++ b/libgnomecanvas/gnome-canvas-rect-ellipse.h @@ -57,8 +57,6 @@ G_BEGIN_DECLS * outline_color string W X color specification for outline color, * or NULL pointer for no color (transparent) * outline_color_gdk GdkColor* RW Allocated GdkColor for outline - * fill_stipple GdkBitmap* RW Stipple pattern for fill - * outline_stipple GdkBitmap* RW Stipple pattern for outline * width_pixels uint RW Width of the outline in pixels. The outline will * not be scaled when the canvas zoom factor is changed. * width_units gdouble RW Width of the outline in canvas units. The outline |