aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-text.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-02-12 07:53:07 +0800
committerChris Lahey <clahey@src.gnome.org>2000-02-12 07:53:07 +0800
commit07d9ddab8e2b6759bbe1b2364371bf5c7b6fe6de (patch)
tree9aef6228256888d44b8466e1b98c24296147fa2c /widgets/table/e-cell-text.h
parente8fbeb4881f1920446adc9a2e6a8cb0b914aa737 (diff)
downloadgsoc2013-evolution-07d9ddab8e2b6759bbe1b2364371bf5c7b6fe6de.tar
gsoc2013-evolution-07d9ddab8e2b6759bbe1b2364371bf5c7b6fe6de.tar.gz
gsoc2013-evolution-07d9ddab8e2b6759bbe1b2364371bf5c7b6fe6de.tar.bz2
gsoc2013-evolution-07d9ddab8e2b6759bbe1b2364371bf5c7b6fe6de.tar.lz
gsoc2013-evolution-07d9ddab8e2b6759bbe1b2364371bf5c7b6fe6de.tar.xz
gsoc2013-evolution-07d9ddab8e2b6759bbe1b2364371bf5c7b6fe6de.tar.zst
gsoc2013-evolution-07d9ddab8e2b6759bbe1b2364371bf5c7b6fe6de.zip
Add an editable argument to e_cell_text_new.
2000-02-11 Christopher James Lahey <clahey@helixcode.com> * e-cell-text.h, e-cell-text.c: Add an editable argument to e_cell_text_new. * test-table.c, test-cols.c, test-check.c: Set the editable argument to e_cell_text_new. svn path=/trunk/; revision=1738
Diffstat (limited to 'widgets/table/e-cell-text.h')
-rw-r--r--widgets/table/e-cell-text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-cell-text.h b/widgets/table/e-cell-text.h
index 379ccf30a8..80afdf46ac 100644
--- a/widgets/table/e-cell-text.h
+++ b/widgets/table/e-cell-text.h
@@ -56,7 +56,7 @@ typedef struct {
} ECellTextClass;
GtkType e_cell_text_get_type (void);
-ECell *e_cell_text_new (ETableModel *model, const char *fontname, GtkJustification justify);
+ECell *e_cell_text_new (ETableModel *model, const char *fontname, GtkJustification justify, gboolean editable);
#endif /* _E_CELL_TEXT_H_ */