aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-unicode.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-11 17:58:06 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-11 17:58:06 +0800
commite30911d7d0806677fbd6ee239d0c47284c05a228 (patch)
treece6ab5dd297209e0d08fd0eeb11d3d001418b646 /e-util/e-unicode.h
parentf094dd14a3a21a1c3ede914c80c8b96692b388ad (diff)
downloadgsoc2013-evolution-e30911d7d0806677fbd6ee239d0c47284c05a228.tar
gsoc2013-evolution-e30911d7d0806677fbd6ee239d0c47284c05a228.tar.gz
gsoc2013-evolution-e30911d7d0806677fbd6ee239d0c47284c05a228.tar.bz2
gsoc2013-evolution-e30911d7d0806677fbd6ee239d0c47284c05a228.tar.lz
gsoc2013-evolution-e30911d7d0806677fbd6ee239d0c47284c05a228.tar.xz
gsoc2013-evolution-e30911d7d0806677fbd6ee239d0c47284c05a228.tar.zst
gsoc2013-evolution-e30911d7d0806677fbd6ee239d0c47284c05a228.zip
Added e_utf8_gtk_editable_get_text and e_utf8_gtk_editable_set_text.
2000-09-11 Christopher James Lahey <clahey@helixcode.com> * e-unicode.c, e-unicode.h: Added e_utf8_gtk_editable_get_text and e_utf8_gtk_editable_set_text. svn path=/trunk/; revision=5316
Diffstat (limited to 'e-util/e-unicode.h')
-rw-r--r--e-util/e-unicode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-unicode.h b/e-util/e-unicode.h
index 654d8d94ee..57f5845c1f 100644
--- a/e-util/e-unicode.h
+++ b/e-util/e-unicode.h
@@ -37,6 +37,8 @@ gchar * e_utf8_to_gtk_string_sized (GtkWidget *widget, const gchar *string, gint
gchar *e_utf8_gtk_entry_get_text (GtkEntry *entry);
void e_utf8_gtk_entry_set_text (GtkEntry *entry, const gchar *text);
+gchar *e_utf8_gtk_editable_get_text (GtkEditable *editable);
+void e_utf8_gtk_editable_set_text (GtkEditable *editable, const gchar *text);
gchar *e_utf8_gtk_editable_get_chars (GtkEditable *editable, gint start, gint end);
void e_utf8_gtk_editable_insert_text (GtkEditable *editable, const gchar *text, gint length, gint *position);