aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-col.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-01 06:32:36 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-01 06:32:36 +0800
commit1ad76125efe77fe8237c8bdf6dde4f0bacf92f38 (patch)
tree1ef4c64668fa495ae871f27efeb20e5ea6bb870b /widgets/table/e-table-col.h
parent4b87fc9067e02f1925bc834e6cbd4b96165b53e3 (diff)
downloadgsoc2013-evolution-1ad76125efe77fe8237c8bdf6dde4f0bacf92f38.tar
gsoc2013-evolution-1ad76125efe77fe8237c8bdf6dde4f0bacf92f38.tar.gz
gsoc2013-evolution-1ad76125efe77fe8237c8bdf6dde4f0bacf92f38.tar.bz2
gsoc2013-evolution-1ad76125efe77fe8237c8bdf6dde4f0bacf92f38.tar.lz
gsoc2013-evolution-1ad76125efe77fe8237c8bdf6dde4f0bacf92f38.tar.xz
gsoc2013-evolution-1ad76125efe77fe8237c8bdf6dde4f0bacf92f38.tar.zst
gsoc2013-evolution-1ad76125efe77fe8237c8bdf6dde4f0bacf92f38.zip
Added an argument to set a column so that you can't sort by that column.
2000-07-31 Christopher James Lahey <clahey@helixcode.com> * 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
Diffstat (limited to 'widgets/table/e-table-col.h')
-rw-r--r--widgets/table/e-table-col.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-col.h b/widgets/table/e-table-col.h
index a7878fe4d7..39aeb26ba9 100644
--- a/widgets/table/e-table-col.h
+++ b/widgets/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;