aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-08 06:14:33 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-08 06:14:33 +0000
commit15ecfbc6effda513ca18e81b419b0eaf02daa0d5 (patch)
tree971ee5597624c66de434b6a01949ebd513803540 /src/gtkutils.h
parenta0a0fdcef601eb96691f2230462828ecbee23fcf (diff)
optimized making of clickable URI.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@153 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gtkutils.h b/src/gtkutils.h
index 959864d6..55cdf957 100644
--- a/src/gtkutils.h
+++ b/src/gtkutils.h
@@ -150,6 +150,13 @@ gboolean gtkut_text_buffer_find_backward(GtkTextBuffer *buffer,
gboolean case_sens,
GtkTextIter *match_pos);
+void gtkut_text_buffer_insert_with_tag_by_name
+ (GtkTextBuffer *buffer,
+ GtkTextIter *iter,
+ const gchar *text,
+ gint len,
+ const gchar *tag);
+
gchar *gtkut_text_view_get_selection (GtkTextView *textview);
void gtkut_window_popup (GtkWidget *window);