From 1ad76125efe77fe8237c8bdf6dde4f0bacf92f38 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 31 Jul 2000 22:32:36 +0000 Subject: Added an argument to set a column so that you can't sort by that column. 2000-07-31 Christopher James Lahey * e-table-col.c, e-table-col.h: Added an argument to set a column so that you can't sort by that column. * e-table-header-item.c: Obey the sortable column of ETableCol. svn path=/trunk/; revision=4439 --- widgets/e-table/e-table-col.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/e-table/e-table-col.h') diff --git a/widgets/e-table/e-table-col.h b/widgets/e-table/e-table-col.h index a7878fe4d7..39aeb26ba9 100644 --- a/widgets/e-table/e-table-col.h +++ b/widgets/e-table/e-table-col.h @@ -36,6 +36,8 @@ struct _ETableCol { unsigned int is_pixbuf:1; unsigned int selected:1; unsigned int resizeable:1; + unsigned int sortable:1; + unsigned int groupable:1; int col_idx; ETableColArrow arrow; -- cgit v1.2.3