diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-03-01 16:43:28 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-03-01 16:43:28 +0800 |
commit | 92d19d2d4f989a021a6587755689b7439c7fb064 (patch) | |
tree | 1b1de8956425713bb497983620ffb3011964b086 /addressbook/gui/widgets/e-minicard-view.h | |
parent | a4fe250a03ac4b9571dd4da9e9d83e941046775b (diff) | |
download | gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.gz gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.bz2 gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.lz gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.xz gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.zst gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.zip |
Used ESelectionModelSimple and the changes to EReflow and EReflowSorted to
2001-03-01 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-minicard-view.c, gui/widgets/e-minicard-view.h,
gui/widgets/e-minicard.c, gui/widgets/e-minicard.h: Used
ESelectionModelSimple and the changes to EReflow and EReflowSorted
to get multiple selection in the minicard view.
* gui/widgets/test-reflow.c: Changed this to get it to compile
with the changes to EReflow.
svn path=/trunk/; revision=8444
Diffstat (limited to 'addressbook/gui/widgets/e-minicard-view.h')
-rw-r--r-- | addressbook/gui/widgets/e-minicard-view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-minicard-view.h b/addressbook/gui/widgets/e-minicard-view.h index 804290d427..2cfe74e993 100644 --- a/addressbook/gui/widgets/e-minicard-view.h +++ b/addressbook/gui/widgets/e-minicard-view.h @@ -23,6 +23,7 @@ #include <gnome.h> #include <gal/widgets/e-reflow-sorted.h> +#include <gal/widgets/e-selection-model-simple.h> #include "addressbook/backend/ebook/e-book.h" #ifdef __cplusplus @@ -68,6 +69,8 @@ struct _EMinicardView char *query; EBookView *book_view; + ESelectionModelSimple *selection; + int get_view_idle; int canvas_destroy_id; |