aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-config.h
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnu.org>2001-01-19 14:39:31 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-01-19 14:39:31 +0800
commit337910e031336b3da883c727b7ad9c157f7f1037 (patch)
treeda7daefe1d415d12eea23ea9f3413b8f1841ec26 /widgets/table/e-table-config.h
parent891d8d28067880f6dbdca0e86ce8ad4c7c65be2d (diff)
downloadgsoc2013-evolution-337910e031336b3da883c727b7ad9c157f7f1037.tar
gsoc2013-evolution-337910e031336b3da883c727b7ad9c157f7f1037.tar.gz
gsoc2013-evolution-337910e031336b3da883c727b7ad9c157f7f1037.tar.bz2
gsoc2013-evolution-337910e031336b3da883c727b7ad9c157f7f1037.tar.lz
gsoc2013-evolution-337910e031336b3da883c727b7ad9c157f7f1037.tar.xz
gsoc2013-evolution-337910e031336b3da883c727b7ad9c157f7f1037.tar.zst
gsoc2013-evolution-337910e031336b3da883c727b7ad9c157f7f1037.zip
Do most of the work to get Grouping working, by reusing massive ammounts
Do most of the work to get Grouping working, by reusing massive ammounts of code from the sorting pieces. 2001-01-19 Miguel de Icaza <miguel@gnu.org> * e-table-config.c (group_entry_changed, group_ascending_toggled): New methods. (configure_group_dialog): New function, sets up the group GUI. (e_table_config_construct): Populate column names here and use in configure_group_dialog and configure_sort_dialog (sort_entry_changed, sort_ascending_toggled): renamed from entry_changed, ascending_toggled. svn path=/trunk/; revision=7637
Diffstat (limited to 'widgets/table/e-table-config.h')
-rw-r--r--widgets/table/e-table-config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/table/e-table-config.h b/widgets/table/e-table-config.h
index c66c01f9aa..df224c4a2a 100644
--- a/widgets/table/e-table-config.h
+++ b/widgets/table/e-table-config.h
@@ -18,10 +18,12 @@ typedef struct {
GtkWidget *frames;
GtkWidget *radio_ascending;
GtkWidget *radio_descending;
+ GtkWidget *view_check; /* Only for group dialog */
guint changed_id, toggled_id;
void *e_table_config;
} ETableConfigSortWidgets;
+
typedef struct {
GtkObject parent;
@@ -44,6 +46,7 @@ typedef struct {
GtkWidget *fields_label;
ETableConfigSortWidgets sort [4];
+ ETableConfigSortWidgets group [4];
/*
* List of valid column names