From 695baf618d363f760ec81d109c6e6185e510b1e7 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 24 Aug 2000 19:06:54 +0000 Subject: Added infrastructure for setting the justification of columns. Still need 2000-08-24 Christopher James Lahey * e-cell-text.c, e-cell-toggle.c, e-cell-tree.c, e-cell.c, e-cell.h, e-table-col.c, e-table-col.h, e-table-item.c: Added infrastructure for setting the justification of columns. Still need to change the cells to support it and need to add user interface to change the justification. svn path=/trunk/; revision=5010 --- widgets/table/e-table-col.c | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/table/e-table-col.c') diff --git a/widgets/table/e-table-col.c b/widgets/table/e-table-col.c index e767aa5567..0e7c14f748 100644 --- a/widgets/table/e-table-col.c +++ b/widgets/table/e-table-col.c @@ -84,6 +84,7 @@ e_table_col_init (ETableCol *etc) etc->width = 0; etc->sortable = 1; etc->groupable = 1; + etc->justification = GTK_JUSTIFY_LEFT; } E_MAKE_TYPE(e_table_col, "ETableCol", ETableCol, e_table_col_class_init, e_table_col_init, PARENT_TYPE); -- cgit v1.2.3