aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-col.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-25 03:06:54 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-25 03:06:54 +0800
commit695baf618d363f760ec81d109c6e6185e510b1e7 (patch)
tree40d7700b26e6041ac8c8ef7e40cc15fe25ba43c0 /widgets/table/e-table-col.c
parent483c3d3ffc0addb346611c0a544f214784e349b1 (diff)
downloadgsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.tar
gsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.tar.gz
gsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.tar.bz2
gsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.tar.lz
gsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.tar.xz
gsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.tar.zst
gsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.zip
Added infrastructure for setting the justification of columns. Still need
2000-08-24 Christopher James Lahey <clahey@helixcode.com> * 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
Diffstat (limited to 'widgets/table/e-table-col.c')
-rw-r--r--widgets/table/e-table-col.c1
1 files changed, 1 insertions, 0 deletions
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);