From a1ca83afd9f3fa742d9f2c07b990b576d3867668 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 10 Jan 2001 18:15:13 +0000 Subject: Added expansions field and loading and saving of that field. 2001-01-10 Christopher James Lahey * e-table-state.c, e-table-state.h: Added expansions field and loading and saving of that field. * e-table.c: Load and save expansion data. svn path=/trunk/; revision=7366 --- widgets/table/e-table-state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/table/e-table-state.h') diff --git a/widgets/table/e-table-state.h b/widgets/table/e-table-state.h index 0ef8471166..c699f3a1b3 100644 --- a/widgets/table/e-table-state.h +++ b/widgets/table/e-table-state.h @@ -18,6 +18,7 @@ typedef struct { ETableSortInfo *sort_info; int col_count; int *columns; + double *expansions; } ETableState; typedef struct { -- cgit