src/gtkimhtml.h

changeset 11269
ca63789d57b9
parent 11267
78f1eb5b3d6e
child 11485
fe334b13d1d0
--- 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.

mercurial