From d6e4a1d2be97b08699b91c4dbc5b758245ae1133 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 1 Mar 2005 09:48:05 +0000 Subject: improved MimeView and file selection dialog. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@135 ee746299-78ed-0310-b773-934348b2243d --- src/mimeview.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mimeview.h') 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); -- cgit v1.2.3