diff src/gtkconv.h @ 5673:62f57ec16f29

[gaim-migrate @ 6091] Moved GTK conversation preferences to gtkconv.c, and attached the first callback, which shows/hides close buttons on pref change. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 02 Jun 2003 19:37:23 +0000
parents d9073c83a8a0
children 2d86a5fa6fef
line wrap: on
line diff
--- a/src/gtkconv.h	Mon Jun 02 18:19:26 2003 +0000
+++ b/src/gtkconv.h	Mon Jun 02 19:37:23 2003 +0000
@@ -190,6 +190,13 @@
 /**************************************************************************
  * @name GTK+ Conversation API
  **************************************************************************/
+/*@{*/
+
+/**
+ * Initializes the GTK+ conversation system.
+ */
+void gaim_gtk_conversation_init(void);
+
 /**
  * Returns the UI operations structure for GTK windows.
  *
@@ -220,11 +227,6 @@
 void gaim_gtkconv_toggle_spellchk(void);
 
 /**
- * Toggles the presence of close buttons on tabs
- */
-void gaim_gtkconv_toggle_close_buttons(void);
-
-/**
  * Updates the buddy icon on a conversation.
  *
  * @param conv The conversation.
@@ -327,4 +329,6 @@
  */
 int gaim_gtkconv_get_dest_tab_at_xy(struct gaim_window *win, int x, int y);
 
+/*@}*/
+
 #endif /* _GAIM_GTK_CONVERSATION_H_ */