diff src/gtkutils.h @ 9749:a2fd9abea23a

[gaim-migrate @ 10616] I'm probably not done with this, but I think it works pretty well, and I want to change some stuff that might break it. I made the buttons on conversation windows evently spaced and they expand to take up space when you change the width of the convo windows. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 15 Aug 2004 15:08:25 +0000
parents db62420a53a2
children 4a15962c344a
line wrap: on
line diff
--- a/src/gtkutils.h	Sun Aug 15 13:10:31 2004 +0000
+++ b/src/gtkutils.h	Sun Aug 15 15:08:25 2004 +0000
@@ -67,33 +67,6 @@
 void gaim_setup_imhtml(GtkWidget *imhtml);
 
 /**
- * Returns the display style for buttons for the specified conversation
- * type.
- *
- * @param type The conversation type.
- *
- * @return The display style.
- */
-int gaim_gtk_get_dispstyle(GaimConversationType type);
-
-/**
- * Changes a button to be either text or image, depending on
- * preferences.
- *
- * This function destroys the old button pointed to by @a button and
- * returns the new replacement button.
- *
- * @param text   The text for the button.
- * @param button The button widget.
- * @param stock  The stock image.
- * @param type   The conversation type the button belongs to.
- *
- * @return The new button widget to replace the old one.
- */
-GtkWidget *gaim_gtk_change_text(const char *text, GtkWidget *button,
-								const char *stock, GaimConversationType type);
-
-/**
  * Toggles the sensitivity of a widget.
  *
  * @param widget    @c NULL. Used for signal handlers.