aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-config.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-02-22 03:02:32 +0800
committerChris Lahey <clahey@src.gnome.org>2002-02-22 03:02:32 +0800
commit4f122d673cbe7cd1e11a951c5dd9f6d5e23431b7 (patch)
treed7aa42c2b9babc10f770568299c72e95d6821523 /widgets/table/e-table-config.h
parent6f4bc53b15da64af3a4eb9c8c24cb216eb83aeab (diff)
downloadgsoc2013-evolution-4f122d673cbe7cd1e11a951c5dd9f6d5e23431b7.tar
gsoc2013-evolution-4f122d673cbe7cd1e11a951c5dd9f6d5e23431b7.tar.gz
gsoc2013-evolution-4f122d673cbe7cd1e11a951c5dd9f6d5e23431b7.tar.bz2
gsoc2013-evolution-4f122d673cbe7cd1e11a951c5dd9f6d5e23431b7.tar.lz
gsoc2013-evolution-4f122d673cbe7cd1e11a951c5dd9f6d5e23431b7.tar.xz
gsoc2013-evolution-4f122d673cbe7cd1e11a951c5dd9f6d5e23431b7.tar.zst
gsoc2013-evolution-4f122d673cbe7cd1e11a951c5dd9f6d5e23431b7.zip
Added e-table-memory-store.lo.
2002-02-21 Christopher James Lahey <clahey@ximian.com> * gal/Makefile.am (libgal_la_LIBADD): Added e-table-memory-store.lo. From gal/e-table/ChangeLog: 2002-02-21 Christopher James Lahey <clahey@ximian.com> * 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 <clahey@ximian.com> * 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
Diffstat (limited to 'widgets/table/e-table-config.h')
-rw-r--r--widgets/table/e-table-config.h8
1 files changed, 8 insertions, 0 deletions
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 <gal/e-table/e-table-sort-info.h>
#include <gal/e-table/e-table-specification.h>
#include <gal/widgets/gtk-combo-text.h>
+#include <gal/e-table/e-table-without.h>
+#include <gal/e-table/e-table-subset-variable.h>
+#include <gal/e-table/e-table.h>
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
*/