aboutsummaryrefslogtreecommitdiff
path: root/src/textview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-19 07:38:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-19 07:38:01 +0000
commit8540bbfcd4d70cf694e762bc9f0c7c90c0a34f36 (patch)
treec0c4c3277fae13cf69f0db4401fbf79b19f61737 /src/textview.h
parentbff58def46d17cda6004bd38adc8e7788a7edc40 (diff)
added an option to toggle cursor in message view.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@269 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/textview.h')
-rw-r--r--src/textview.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/textview.h b/src/textview.h
index 0a017aec..df4a20fc 100644
--- a/src/textview.h
+++ b/src/textview.h
@@ -49,8 +49,11 @@ struct _TextView
MessageView *messageview;
};
-TextView *textview_create (void);
-void textview_init (TextView *textview);
+TextView *textview_create (void);
+void textview_init (TextView *textview);
+void textview_update_message_colors (void);
+void textview_reflect_prefs (TextView *textview);
+
void textview_show_message (TextView *textview,
MimeInfo *mimeinfo,
const gchar *file);
@@ -74,8 +77,6 @@ void textview_scroll_one_line (TextView *textview,
gboolean textview_scroll_page (TextView *textview,
gboolean up);
-void textview_update_message_colors (void);
-
gboolean textview_search_string (TextView *textview,
const gchar *str,
gboolean case_sens);