aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/gnome-canvas-text.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-10-08 22:18:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-30 01:49:58 +0800
commit35fc4eda52204e614d3f7f181815f8ff4399e396 (patch)
tree24e20caf5c3d402cd2d060b660809a799b6de3c6 /libgnomecanvas/gnome-canvas-text.h
parentffbb0df5f828f15c0dd890c8dfaade5cda5b3471 (diff)
downloadgsoc2013-evolution-35fc4eda52204e614d3f7f181815f8ff4399e396.tar
gsoc2013-evolution-35fc4eda52204e614d3f7f181815f8ff4399e396.tar.gz
gsoc2013-evolution-35fc4eda52204e614d3f7f181815f8ff4399e396.tar.bz2
gsoc2013-evolution-35fc4eda52204e614d3f7f181815f8ff4399e396.tar.lz
gsoc2013-evolution-35fc4eda52204e614d3f7f181815f8ff4399e396.tar.xz
gsoc2013-evolution-35fc4eda52204e614d3f7f181815f8ff4399e396.tar.zst
gsoc2013-evolution-35fc4eda52204e614d3f7f181815f8ff4399e396.zip
gnome-canvas: Remove stipple properties from GnomeCanvasText
Diffstat (limited to 'libgnomecanvas/gnome-canvas-text.h')
-rw-r--r--libgnomecanvas/gnome-canvas-text.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgnomecanvas/gnome-canvas-text.h b/libgnomecanvas/gnome-canvas-text.h
index 0d754dab4b..e42e174a30 100644
--- a/libgnomecanvas/gnome-canvas-text.h
+++ b/libgnomecanvas/gnome-canvas-text.h
@@ -88,7 +88,6 @@ G_BEGIN_DECLS
* fill_color string W X color specification for text
* fill_color_gdk GdkColor* RW Pointer to an allocated GdkColor
* fill_color_rgba guint RW RGBA value used for AA color.
- * fill_stipple GdkBitmap* RW Stipple pattern for filling the text
*/
#define GNOME_TYPE_CANVAS_TEXT (gnome_canvas_text_get_type ())
@@ -114,7 +113,6 @@ struct _GnomeCanvasText {
gdouble scale;
gchar *text; /* Text to display */
- GdkBitmap *stipple; /* Stipple for text */
GdkGC *gc; /* GC for drawing text */
PangoLayout *layout; /* The PangoLayout containing the text */