aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-minicard-view.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-31 01:06:11 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-31 01:06:11 +0800
commit936611683a969d2a93bde1c41d048881e860edea (patch)
tree4d30ce4db8310ffc3fd0dfbbd6c92405b0856aa6 /addressbook/gui/widgets/e-minicard-view.h
parent016b2a545c3b3f79132f0b2fb333fbf830203eb5 (diff)
downloadgsoc2013-evolution-936611683a969d2a93bde1c41d048881e860edea.tar
gsoc2013-evolution-936611683a969d2a93bde1c41d048881e860edea.tar.gz
gsoc2013-evolution-936611683a969d2a93bde1c41d048881e860edea.tar.bz2
gsoc2013-evolution-936611683a969d2a93bde1c41d048881e860edea.tar.lz
gsoc2013-evolution-936611683a969d2a93bde1c41d048881e860edea.tar.xz
gsoc2013-evolution-936611683a969d2a93bde1c41d048881e860edea.tar.zst
gsoc2013-evolution-936611683a969d2a93bde1c41d048881e860edea.zip
Added alphabet.glade and alphabet.glade.h.
2000-05-30 Christopher James Lahey <clahey@helixcode.com> * gui/component/Makefile.am: Added alphabet.glade and alphabet.glade.h. * gui/component/addressbook.c, gui/component/alphabet.glade, gui/component/alphabet.glade.h: Added an alphabet bar. * gui/minicard/e-minicard-view.c, gui/minicard/e-minicard-view.h, gui/minicard/e-reflow-sorted.c, gui/minicard/e-reflow-sorted.h: Added the ability to just to a particular spot in the reflow. svn path=/trunk/; revision=3283
Diffstat (limited to 'addressbook/gui/widgets/e-minicard-view.h')
-rw-r--r--addressbook/gui/widgets/e-minicard-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-minicard-view.h b/addressbook/gui/widgets/e-minicard-view.h
index 780b0dde33..a166a6ade1 100644
--- a/addressbook/gui/widgets/e-minicard-view.h
+++ b/addressbook/gui/widgets/e-minicard-view.h
@@ -84,6 +84,8 @@ GtkType e_minicard_view_get_type (void);
void e_minicard_view_remove_selection (EMinicardView *view,
EBookCallback cb,
gpointer closure);
+void e_minicard_view_jump_to_letter (EMinicardView *view,
+ char letter);
#ifdef __cplusplus
}