diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-16 00:50:36 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-16 00:50:36 +0800 |
commit | 8da0e6054ff610764f75b2d252aaa9489396368c (patch) | |
tree | 69eaba74a93853457ef4cfddb3b2c67d01f9ef86 /widgets/text/e-text.h | |
parent | 9e995f6b8e6839f9b5ac9e61067fdb8864c93eed (diff) | |
download | gsoc2013-evolution-8da0e6054ff610764f75b2d252aaa9489396368c.tar gsoc2013-evolution-8da0e6054ff610764f75b2d252aaa9489396368c.tar.gz gsoc2013-evolution-8da0e6054ff610764f75b2d252aaa9489396368c.tar.bz2 gsoc2013-evolution-8da0e6054ff610764f75b2d252aaa9489396368c.tar.lz gsoc2013-evolution-8da0e6054ff610764f75b2d252aaa9489396368c.tar.xz gsoc2013-evolution-8da0e6054ff610764f75b2d252aaa9489396368c.tar.zst gsoc2013-evolution-8da0e6054ff610764f75b2d252aaa9489396368c.zip |
Added strikeout argument.
2001-04-15 Christopher James Lahey <clahey@ximian.com>
* gal/e-text/e-text.c, gal/e-text/e-text.h: Added strikeout
argument.
svn path=/trunk/; revision=9327
Diffstat (limited to 'widgets/text/e-text.h')
-rw-r--r-- | widgets/text/e-text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h index e769818e74..dfb25d21b5 100644 --- a/widgets/text/e-text.h +++ b/widgets/text/e-text.h @@ -204,6 +204,7 @@ struct _EText { guint needs_split_into_lines : 1; /* Needs split_into_lines */ guint bold : 1; + guint strikeout : 1; EFontStyle style; @@ -215,7 +216,6 @@ struct _EText { GdkCursor *i_cursor; /* I beam cursor */ gint tooltip_timeout; /* Timeout for the tooltip */ - GtkWidget *tooltip_window; /* GtkWindow for displaying the tooltip */ gint tooltip_count; /* GDK_ENTER_NOTIFY count. */ gint dbl_timeout; /* Double click timeout */ |