aboutsummaryrefslogtreecommitdiff
path: root/src/mimeview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-01 09:48:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-01 09:48:05 +0000
commitd6e4a1d2be97b08699b91c4dbc5b758245ae1133 (patch)
tree6832d9483ceb4d1c5a0a7ac32cac9c257bc4121b /src/mimeview.h
parent3d37a97aededbe418c1906984d8dd2694176bfc6 (diff)
improved MimeView and file selection dialog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@135 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mimeview.h')
-rw-r--r--src/mimeview.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mimeview.h b/src/mimeview.h
index e2dfb121..de7bf5ff 100644
--- a/src/mimeview.h
+++ b/src/mimeview.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2004 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -75,6 +75,9 @@ void mimeview_destroy (MimeView *mimeview);
MimeInfo *mimeview_get_selected_part (MimeView *mimeview);
+gboolean mimeview_step (MimeView *mimeview,
+ GtkScrollType type);
+
void mimeview_pass_key_press_event (MimeView *mimeview,
GdkEventKey *event);