aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-config.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-01 21:09:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:11 +0800
commite9260c1b01f29dd94925446cc5604df82929de8e (patch)
treecbcf84a642d3489c4a3bd6e04bd0e290e717bf92 /e-util/e-table-config.h
parentc4a37c155a57c99d736dc8ae25ae4b77d0f82024 (diff)
downloadgsoc2013-evolution-e9260c1b01f29dd94925446cc5604df82929de8e.tar
gsoc2013-evolution-e9260c1b01f29dd94925446cc5604df82929de8e.tar.gz
gsoc2013-evolution-e9260c1b01f29dd94925446cc5604df82929de8e.tar.bz2
gsoc2013-evolution-e9260c1b01f29dd94925446cc5604df82929de8e.tar.lz
gsoc2013-evolution-e9260c1b01f29dd94925446cc5604df82929de8e.tar.xz
gsoc2013-evolution-e9260c1b01f29dd94925446cc5604df82929de8e.tar.zst
gsoc2013-evolution-e9260c1b01f29dd94925446cc5604df82929de8e.zip
ETableConfig: Use ETableColumnSelector.
The other parts of this UI still look ancient, but this is a good first step. Plus we can remove a number of now-unused ETable-related classes.
Diffstat (limited to 'e-util/e-table-config.h')
-rw-r--r--e-util/e-table-config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/e-util/e-table-config.h b/e-util/e-table-config.h
index ffbab7219e..2270f14c43 100644
--- a/e-util/e-table-config.h
+++ b/e-util/e-table-config.h
@@ -28,13 +28,7 @@
#ifndef _E_TABLE_CONFIG_H_
#define _E_TABLE_CONFIG_H_
-#include <gtk/gtk.h>
-
-#include <e-util/e-table-sort-info.h>
#include <e-util/e-table-specification.h>
-#include <e-util/e-table-subset-variable.h>
-#include <e-util/e-table-without.h>
-#include <e-util/e-table.h>
/* Standard GObject macros */
#define E_TYPE_TABLE_CONFIG \
@@ -81,7 +75,6 @@ struct _ETableConfig {
* Our various dialog boxes
*/
GtkWidget *dialog_toplevel;
- GtkWidget *dialog_show_fields;
GtkWidget *dialog_group_by;
GtkWidget *dialog_sort;
@@ -98,10 +91,6 @@ struct _ETableConfig {
ETableConfigSortWidgets sort[4];
ETableConfigSortWidgets group[4];
- ETable *available;
- ETableWithout *available_model;
- ETable *shown;
- ETableSubsetVariable *shown_model;
gchar *domain;
/*