diff src/gtkimhtml.h @ 11269:1cbe76d30e81

[gaim-migrate @ 13451] Refactoring the duplicate format clearing code. Also: (23:29:52) Etan Reisner (deryni): Since you are removing send_formatting, do we still want to be renaming use_custom_font to it? (23:30:04) rlaager: probably not committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 15 Aug 2005 04:51:53 +0000
parents 477e5cca8287
children 16b0da1f376f
line wrap: on
line diff
--- a/src/gtkimhtml.h	Mon Aug 15 04:35:40 2005 +0000
+++ b/src/gtkimhtml.h	Mon Aug 15 04:51:53 2005 +0000
@@ -576,6 +576,13 @@
 gboolean gtk_imhtml_get_editable(GtkIMHtml *imhtml);
 
 /**
+ * Clear all the formatting on a GTK+ IM/HTML.
+ *
+ * @param imhtml The GTK+ IM/HTML.
+ */
+void gtk_imhtml_clear_formatting(GtkIMHtml *imhtml);
+
+/**
  * Toggles bold at the cursor location or selection in a GTK+ IM/HTML.
  *
  * @param imhtml The GTK+ IM/HTML.