--- 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.