diff src/gtkconv.h @ 4685:794cc8ec1166

[gaim-migrate @ 4996] this fixes the ever-red tabs, the convo titles not switching, and some other fun stuff. Oh, and the font-face button in the convo toolbar is back. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 10 Mar 2003 04:11:18 +0000
parents 5cdfd20daa07
children 0c85078fd371
line wrap: on
line diff
--- a/src/gtkconv.h	Mon Mar 10 03:13:01 2003 +0000
+++ b/src/gtkconv.h	Mon Mar 10 04:11:18 2003 +0000
@@ -134,13 +134,14 @@
 	struct
 	{
 		GtkWidget *toolbar;
-		
+
 		GtkWidget *bold;
 		GtkWidget *italic;
 		GtkWidget *underline;
 
 		GtkWidget *normal_size;
 
+		GtkWidget *font;
 		GtkWidget *fgcolor;
 		GtkWidget *bgcolor;
 
@@ -148,7 +149,7 @@
 		GtkWidget *link;
 		GtkWidget *smiley;
 		GtkWidget *log;
-	
+
 	} toolbar;
 
 	struct
@@ -200,20 +201,6 @@
 struct gaim_conversation_ui_ops *gaim_get_gtk_conversation_ui_ops(void);
 
 /**
- * Sets a lock on the update state.
- *
- * @param lock The lock state.
- */
-void gaim_gtk_set_state_lock(gboolean lock);
-
-/**
- * Returns the lock state.
- *
- * @return The lock state.
- */
-gboolean gaim_gtk_is_state_locked(void);
-
-/**
  * Toggles the display of smileys.
  */
 void gaim_gtkconv_toggle_smileys(void);