diff src/gtkutils.h @ 8741:b994b0223335

[gaim-migrate @ 9496] Janitorial work! Removed some functions that gtkimhtml made useless. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 06:48:16 +0000
parents 92cbf9713795
children c2dff943e240
line wrap: on
line diff
--- a/src/gtkutils.h	Wed Apr 21 06:13:49 2004 +0000
+++ b/src/gtkutils.h	Wed Apr 21 06:48:16 2004 +0000
@@ -52,6 +52,7 @@
 	GAIM_BROWSER_CURRENT,
 	GAIM_BROWSER_NEW_WINDOW,
 	GAIM_BROWSER_NEW_TAB
+
 } GaimBrowserPlace;
 #endif /* _WIN32 */
 
@@ -66,36 +67,6 @@
 void gaim_setup_imhtml(GtkWidget *imhtml);
 
 /**
- * Surrounds the selected text in a conversation with the specified
- * pre and post strings.
- *
- * @param gtkconv The GTK+ conversation.
- * @param pre     The prefix string.
- * @param post    The postfix string.
- */
-void gaim_gtk_surround(GaimGtkConversation *gtkconv,
-					   const char *pre, const char *post);
-
-/**
- * Advances the cursor past the position of the specified tags.
- *
- * @param gtkconv The GTK+ conversation.
- * @param pre     The prefix string.
- * @param post    The postfix string.
- */
-void gaim_gtk_advance_past(GaimGtkConversation *gtkconv,
-						   const char *pre, const char *post);
-
-/**
- * Surrounds the selected text with the specified font.
- *
- * @param gtkconv The GTK+ conversation.
- * @param font    The new font.
- */
-void gaim_gtk_set_font_face(GaimGtkConversation *gtkconv,
-							const char *font);
-
-/**
  * Displays a dialog for saving the buddy icon in a conversation.
  *
  * @param obj  @c NULL