aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/e-select-names.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-11 06:35:06 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-11 06:35:06 +0800
commit8139fd12a7fcc74935a4d318f0f9554f2e2b03c2 (patch)
tree41a8bd8640d637ac91a7fdeecbf790c291647c0b /addressbook/gui/component/e-select-names.h
parentd8756e6c59a8f14ff603cecc671c14ba51fe6b4e (diff)
downloadgsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.tar
gsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.tar.gz
gsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.tar.bz2
gsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.tar.lz
gsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.tar.xz
gsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.tar.zst
gsoc2013-evolution-8139fd12a7fcc74935a4d318f0f9554f2e2b03c2.zip
Renamed a bunch of functions for better readability.
2000-06-10 Christopher James Lahey <clahey@helixcode.com> * gui/component/e-cardlist-model.c: Renamed a bunch of functions for better readability. * gui/component/e-select-names.c, gui/component/e-select-names.h: This should be a working dialog now. * gui/component/select-names.glade: Changed the name & creation function of the ETable here. svn path=/trunk/; revision=3514
Diffstat (limited to 'addressbook/gui/component/e-select-names.h')
-rw-r--r--addressbook/gui/component/e-select-names.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/component/e-select-names.h b/addressbook/gui/component/e-select-names.h
index 4356180694..23780e2cf5 100644
--- a/addressbook/gui/component/e-select-names.h
+++ b/addressbook/gui/component/e-select-names.h
@@ -24,6 +24,7 @@
#include <gnome.h>
#include <glade/glade.h>
#include <addressbook/backend/ebook/e-card-list.h>
+#include <widgets/e-table/e-table.h>
#ifdef __cplusplus
extern "C" {
@@ -57,6 +58,9 @@ struct _ESelectNames
GHashTable *children; /* Of type char * to ESelectNamesChild */
int child_count;
+ ETable *table;
+ ETableModel *model;
+ int currently_selected;
};
struct _ESelectNamesClass