sync with sylpheed 0.7.0cvs27
[claws.git] / src / gtkutils.h
index 4b9fdae6df5817a2375980191fa47ca2c81389db..0cc5c3afec7cd3660d0cdfc81148a8c4f512d2ca 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2001 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2002 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
  *
  * 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
@@ -105,23 +105,24 @@ void gtkut_combo_set_items                (GtkCombo       *combo,
 void gtkut_container_remove            (GtkContainer   *container,
                                         GtkWidget      *widget);
 
 void gtkut_container_remove            (GtkContainer   *container,
                                         GtkWidget      *widget);
 
-gboolean gtkut_text_match_string       (GtkSText       *text,
+gboolean gtkut_stext_match_string      (GtkSText       *text,
                                         gint            pos,
                                         wchar_t        *wcs,
                                         gint            len,
                                         gboolean        case_sens);
                                         gint            pos,
                                         wchar_t        *wcs,
                                         gint            len,
                                         gboolean        case_sens);
-guint gtkut_text_str_compare_n         (GtkSText       *text,
+guint gtkut_stext_str_compare_n                (GtkSText       *text,
                                         guint           pos1,
                                         guint           pos2,
                                         guint           len,
                                         guint           text_len);
                                         guint           pos1,
                                         guint           pos2,
                                         guint           len,
                                         guint           text_len);
-guint gtkut_text_str_compare           (GtkSText       *text,
+guint gtkut_stext_str_compare          (GtkSText       *text,
                                         guint           start_pos,
                                         guint           text_len,
                                         const gchar    *str);
                                         guint           start_pos,
                                         guint           text_len,
                                         const gchar    *str);
-gboolean gtkut_text_is_uri_string      (GtkSText       *text,
+gboolean gtkut_stext_is_uri_string     (GtkSText       *text,
                                         guint           start_pos,
                                         guint           text_len);
                                         guint           start_pos,
                                         guint           text_len);
+void gtk_stext_clear                   (GtkSText       *text);
 
 void gtkut_widget_disable_theme_engine (GtkWidget      *widget);
 void gtkut_widget_wait_for_draw                (GtkWidget      *widget);
 
 void gtkut_widget_disable_theme_engine (GtkWidget      *widget);
 void gtkut_widget_wait_for_draw                (GtkWidget      *widget);