diff src/gtkimhtml.h @ 11267:477e5cca8287

[gaim-migrate @ 13449] Combining the Message Text tab in the preferences into the Conversation tab. Along the way, I found and fixed a number of bugs relating to the formatting toolbar, etc. This also includes part of patch #1240388 from Sadrul. I'm still seeing a couple bugs with the backcolor stuff, but I confirmed they were there before this change. Hopefully I haven't introduced any new bugs. Holler at me if I did. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 15 Aug 2005 04:15:22 +0000
parents 409d6a11da51
children 1cbe76d30e81
line wrap: on
line diff
--- a/src/gtkimhtml.h	Mon Aug 15 04:15:11 2005 +0000
+++ b/src/gtkimhtml.h	Mon Aug 15 04:15:22 2005 +0000
@@ -579,37 +579,29 @@
  * Toggles bold at the cursor location or selection in a GTK+ IM/HTML.
  *
  * @param imhtml The GTK+ IM/HTML.
- *
- * @return @c TRUE if bold was turned on, or @c FALSE if it was turned off.
  */
-gboolean gtk_imhtml_toggle_bold(GtkIMHtml *imhtml);
+void gtk_imhtml_toggle_bold(GtkIMHtml *imhtml);
 
 /**
  * Toggles italic at the cursor location or selection in a GTK+ IM/HTML.
  *
  * @param imhtml The GTK+ IM/HTML.
- *
- * @return @c TRUE if italic was turned on, or @c FALSE if it was turned off.
  */
-gboolean gtk_imhtml_toggle_italic(GtkIMHtml *imhtml);
+void gtk_imhtml_toggle_italic(GtkIMHtml *imhtml);
 
 /**
  * Toggles underline at the cursor location or selection in a GTK+ IM/HTML.
  *
  * @param imhtml The GTK+ IM/HTML.
- *
- * @return @c TRUE if underline was turned on, or @c FALSE if it was turned off.
  */
-gboolean gtk_imhtml_toggle_underline(GtkIMHtml *imhtml);
+void gtk_imhtml_toggle_underline(GtkIMHtml *imhtml);
 
 /**
  * Toggles strikethrough at the cursor location or selection in a GTK+ IM/HTML.
  *
  * @param imhtml The GTK+ IM/HTML.
- *
- * @return @c TRUE if strikethrough was turned on, or @c FALSE if it was turned off.
  */
-gboolean gtk_imhtml_toggle_strike(GtkIMHtml *imhtml);
+void gtk_imhtml_toggle_strike(GtkIMHtml *imhtml);
 
 /**
  * Toggles a foreground color at the current location or selection in a GTK