aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-text.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-02 08:27:34 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-02 08:27:34 +0800
commitabac1b7524f99c9cdbd317671fd2debabd7d4d0c (patch)
tree2d080e18a69edeec9979bd227752f194d01086a0 /widgets/table/e-cell-text.h
parent70572672677b4d34b6d3b6a5c6d6458f204c9d50 (diff)
downloadgsoc2013-evolution-abac1b7524f99c9cdbd317671fd2debabd7d4d0c.tar
gsoc2013-evolution-abac1b7524f99c9cdbd317671fd2debabd7d4d0c.tar.gz
gsoc2013-evolution-abac1b7524f99c9cdbd317671fd2debabd7d4d0c.tar.bz2
gsoc2013-evolution-abac1b7524f99c9cdbd317671fd2debabd7d4d0c.tar.lz
gsoc2013-evolution-abac1b7524f99c9cdbd317671fd2debabd7d4d0c.tar.xz
gsoc2013-evolution-abac1b7524f99c9cdbd317671fd2debabd7d4d0c.tar.zst
gsoc2013-evolution-abac1b7524f99c9cdbd317671fd2debabd7d4d0c.zip
Copy and paste error.
2000-06-01 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c: Copy and paste error. svn path=/trunk/; revision=3353
Diffstat (limited to 'widgets/table/e-cell-text.h')
-rw-r--r--widgets/table/e-cell-text.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/table/e-cell-text.h b/widgets/table/e-cell-text.h
index dc8d8300bf..59b6558157 100644
--- a/widgets/table/e-cell-text.h
+++ b/widgets/table/e-cell-text.h
@@ -27,6 +27,9 @@
#include <libgnomeui/gnome-canvas.h>
#include "e-cell.h"
+/* Should return a malloced object. */
+typedef char *(*ECellTextFilter) (void *);
+
#define E_CELL_TEXT_TYPE (e_cell_text_get_type ())
#define E_CELL_TEXT(o) (GTK_CHECK_CAST ((o), E_CELL_TEXT_TYPE, ECellText))
#define E_CELL_TEXT_CLASS(k) (GTK_CHECK_CLASS_CAST((k), E_CELL_TEXT_TYPE, ECellTextClass))
@@ -50,6 +53,8 @@ typedef struct {
int strikeout_column;
int bold_column;
+
+ ECellTextFilter *filter;
} ECellText;
typedef struct {