diff src/gtkimhtml.h @ 7749:ddda7537918e

[gaim-migrate @ 8394] This is what I did last night. It lets you copy from a WYSIWYG gtkimhtml (the more useful non-editable gtkimhtml comes next) into anything else supporting text/html pastes (GtkHTML, Openoffice.org, Mozilla, for example). Soon you will also be able to paste HTML into one of these suckers too. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 04 Dec 2003 20:31:49 +0000
parents ddc450689c05
children 14cc6614af93
line wrap: on
line diff
--- a/src/gtkimhtml.h	Thu Dec 04 15:10:13 2003 +0000
+++ b/src/gtkimhtml.h	Thu Dec 04 20:31:49 2003 +0000
@@ -219,6 +219,7 @@
 void gtk_imhtml_insert_smiley(GtkIMHtml *imhtml, const char *sml, char *smiley);
 void gtk_imhtml_font_shrink(GtkIMHtml *imhtml);
 void gtk_imhtml_font_grow(GtkIMHtml *imhtml);
+char *gtk_imhtml_get_markup_range(GtkIMHtml *imhtml, GtkTextIter *start, GtkTextIter *end);
 char *gtk_imhtml_get_markup(GtkIMHtml *imhtml);
 char *gtk_imhtml_get_text(GtkIMHtml *imhtml);