From 4f122d673cbe7cd1e11a951c5dd9f6d5e23431b7 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 21 Feb 2002 19:02:32 +0000 Subject: Added e-table-memory-store.lo. 2002-02-21 Christopher James Lahey * gal/Makefile.am (libgal_la_LIBADD): Added e-table-memory-store.lo. From gal/e-table/ChangeLog: 2002-02-21 Christopher James Lahey * Makefile.am (libetable_la_SOURCES): Added e-table-memory-store.c. (libetableinclude_HEADERS): Added e-table-memory-store.h. * e-table-config-no-group.glade, e-table-config.glade: Updated these. * e-table-config.c, e-table-config.h: Updated this to have a working field list editor. * e-table-memory-store.c, e-table-memory-store.h: New ETableModel that is a complete store of all the data in your table. No callbacks at all. * e-table-subset-variable.c, e-table-subset-variable.h (e_table_subset_variable_clear): Added this simple function * e-table-subset.c (etss_get_save_id): Made this return the row number g_strdup_printfed if the source model doesn't support save ids. 2002-02-20 Christopher James Lahey * e-table-sorter.c, e-table-sorter.h: Connect to the model_rows_inserted, model_rows_deleted, and group_info_changed here. svn path=/trunk/; revision=15783 --- widgets/table/e-table-config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'widgets/table/e-table-config.h') diff --git a/widgets/table/e-table-config.h b/widgets/table/e-table-config.h index b87aa14d64..46bf1507ac 100644 --- a/widgets/table/e-table-config.h +++ b/widgets/table/e-table-config.h @@ -29,6 +29,9 @@ #include #include #include +#include +#include +#include BEGIN_GNOME_DECLS @@ -75,6 +78,11 @@ typedef struct { ETableConfigSortWidgets sort [4]; ETableConfigSortWidgets group [4]; + ETable *available; + ETableWithout *available_model; + ETable *shown; + ETableSubsetVariable *shown_model; + /* * List of valid column names */ -- cgit v1.2.3