aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-text.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-03-19 04:49:59 +0800
committerChris Toshok <toshok@src.gnome.org>2003-03-19 04:49:59 +0800
commit529a87dfe59ffffb208bcc3f75f1a3a61b3f72a4 (patch)
tree09e36257b307a03c4ab720b7185fc98397db9810 /widgets/table/e-cell-text.h
parentbc9697c7d284b17fb2372068e738cdc5ba671667 (diff)
downloadgsoc2013-evolution-529a87dfe59ffffb208bcc3f75f1a3a61b3f72a4.tar
gsoc2013-evolution-529a87dfe59ffffb208bcc3f75f1a3a61b3f72a4.tar.gz
gsoc2013-evolution-529a87dfe59ffffb208bcc3f75f1a3a61b3f72a4.tar.bz2
gsoc2013-evolution-529a87dfe59ffffb208bcc3f75f1a3a61b3f72a4.tar.lz
gsoc2013-evolution-529a87dfe59ffffb208bcc3f75f1a3a61b3f72a4.tar.xz
gsoc2013-evolution-529a87dfe59ffffb208bcc3f75f1a3a61b3f72a4.tar.zst
gsoc2013-evolution-529a87dfe59ffffb208bcc3f75f1a3a61b3f72a4.zip
add underline_column field.
2003-03-18 Chris Toshok <toshok@ximian.com> * e-cell-text.h: add underline_column field. * e-cell-date.c: add underline_column to the comment. * e-cell-size.c: add underline_column to the comment. * e-cell-text.c (build_layout): handle underline column. (ect_show_tooltip): same. (ect_set_property): same. (ect_get_property): same. (e_cell_text_class_init): same. (e_cell_text_init): same. (e_cell_text_new): add underline_column to the comment. svn path=/trunk/; revision=20347
Diffstat (limited to 'widgets/table/e-cell-text.h')
-rw-r--r--widgets/table/e-cell-text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-cell-text.h b/widgets/table/e-cell-text.h
index cad1c836a8..466fc54f1a 100644
--- a/widgets/table/e-cell-text.h
+++ b/widgets/table/e-cell-text.h
@@ -65,6 +65,7 @@ typedef struct {
guint editable : 1; /* Whether the text can be edited. */
int strikeout_column;
+ int underline_column;
int bold_column;
/* This column in the ETable should return a string specifying a color,