diff gtk/gtkblist.h @ 15032:ca46f41aa433

[gaim-migrate @ 17815] buddy-list alerts. I've made the two existing account ui_ops ('so-and-so has added you' and 'would you like to add so-and-so') use this. I'll follow up with a new 'so-and-so needs you to authorize him' ui_op, and replace the gaim_request_action() calls in the appropriate prpls committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 23 Nov 2006 08:37:07 +0000
parents 36cfa2e714b7
children fbe2187bceec
line wrap: on
line diff
--- a/gtk/gtkblist.h	Wed Nov 22 21:33:51 2006 +0000
+++ b/gtk/gtkblist.h	Thu Nov 23 08:37:07 2006 +0000
@@ -95,6 +95,9 @@
 	GList *tooltipdata;              /**< The data for each "chunk" of the tooltip */
 
 	GaimBlistNode *selected_node;    /**< The currently selected node */
+	
+	GtkWidget *scrollbook;          /**< Scrollbook for alerts */
+
 	GtkWidget *error_buttons;        /**< Box containing the connection error buttons */
 	GtkWidget *statusbox;            /**< The status selector dropdown */
 };
@@ -202,6 +205,13 @@
  */
 void gaim_gtk_blist_visibility_manager_remove(void);
 
+/**
+ * Adds a mini-alert to the blist scrollbook
+ *
+ * @param widget   The widget to add
+ */
+void gaim_gtk_blist_add_alert(GtkWidget *widget);
+
 
 /**************************************************************************
  * @name GTK+ Buddy List sorting functions