From 175618ed1efc1ba19645cee9127055bdbd34196b Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 22 Oct 2001 22:10:27 +0000 Subject: Added a disabled field here. 2001-10-22 Christopher James Lahey * e-table-col.c, e-table-col.h, e-table-column-specification.c, e-table-column-specification.h: Added a disabled field here. * e-table-config.c, e-table-field-chooser-item.c: Pay attention to the disabled field here. * e-table-utils.c: Copy the disabled field from the column specification to the col. svn path=/trunk/; revision=13897 --- widgets/table/e-table-column-specification.h | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/table/e-table-column-specification.h') diff --git a/widgets/table/e-table-column-specification.h b/widgets/table/e-table-column-specification.h index 07a8a41e11..cd238fcb29 100644 --- a/widgets/table/e-table-column-specification.h +++ b/widgets/table/e-table-column-specification.h @@ -26,6 +26,7 @@ typedef struct { double expansion; int minimum_width; guint resizable : 1; + guint disabled : 1; char *cell; char *compare; -- cgit v1.2.3