aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-state.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2001-01-11 02:15:13 +0800
committerChris Lahey <clahey@src.gnome.org>2001-01-11 02:15:13 +0800
commita1ca83afd9f3fa742d9f2c07b990b576d3867668 (patch)
treeb1eedc6f181835247d45a991072458711737bafc /widgets/table/e-table-state.h
parent54c085cc3cec41cc3d5a77efadb98450a7c5b4b6 (diff)
downloadgsoc2013-evolution-a1ca83afd9f3fa742d9f2c07b990b576d3867668.tar
gsoc2013-evolution-a1ca83afd9f3fa742d9f2c07b990b576d3867668.tar.gz
gsoc2013-evolution-a1ca83afd9f3fa742d9f2c07b990b576d3867668.tar.bz2
gsoc2013-evolution-a1ca83afd9f3fa742d9f2c07b990b576d3867668.tar.lz
gsoc2013-evolution-a1ca83afd9f3fa742d9f2c07b990b576d3867668.tar.xz
gsoc2013-evolution-a1ca83afd9f3fa742d9f2c07b990b576d3867668.tar.zst
gsoc2013-evolution-a1ca83afd9f3fa742d9f2c07b990b576d3867668.zip
Added expansions field and loading and saving of that field.
2001-01-10 Christopher James Lahey <clahey@helixcode.com> * 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
Diffstat (limited to 'widgets/table/e-table-state.h')
-rw-r--r--widgets/table/e-table-state.h1
1 files changed, 1 insertions, 0 deletions
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 {