aboutsummaryrefslogtreecommitdiff
path: root/src/textview.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/textview.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/textview.h')
-rw-r--r--src/textview.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/textview.h b/src/textview.h
index 1fcc3ce4..0a017aec 100644
--- a/src/textview.h
+++ b/src/textview.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
@@ -43,7 +43,6 @@ struct _TextView
GSList *uri_list;
gint body_pos;
- //gint cur_pos;
gboolean show_all_headers;
@@ -59,20 +58,17 @@ void textview_show_part (TextView *textview,
MimeInfo *mimeinfo,
FILE *fp);
void textview_show_error (TextView *textview);
-void textview_show_mime_part (TextView *textview,
- MimeInfo *partinfo);
-#if USE_GPGME
-void textview_show_signature_part(TextView *textview,
- MimeInfo *partinfo);
-#endif
+
void textview_clear (TextView *textview);
void textview_destroy (TextView *textview);
+
void textview_set_all_headers (TextView *textview,
gboolean all_headers);
void textview_set_font (TextView *textview,
const gchar *codeset);
void textview_set_position (TextView *textview,
gint pos);
+
void textview_scroll_one_line (TextView *textview,
gboolean up);
gboolean textview_scroll_page (TextView *textview,