diff gtk/gtkblist.h @ 14802:4138063d89c9

[gaim-migrate @ 17567] res_init build fix? committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 23 Oct 2006 19:05:14 +0000
parents 3ff55ec8203a
children 967c39d78bc4
line wrap: on
line diff
--- a/gtk/gtkblist.h	Mon Oct 23 18:10:51 2006 +0000
+++ b/gtk/gtkblist.h	Mon Oct 23 19:05:14 2006 +0000
@@ -94,6 +94,8 @@
 	GaimBlistNode *selected_node;    /**< The currently selected node */
 	GtkWidget *error_buttons;        /**< Box containing the connection error buttons */
 	GtkWidget *statusbox;            /**< The status selector dropdown */
+
+	GtkWidget *alert_notebook;       /**< The notebook for alerts */
 };
 
 #define GAIM_GTK_BLIST(list) ((GaimGtkBuddyList *)(list)->ui_data)
@@ -301,4 +303,11 @@
  */
 void gaim_gtk_blist_update_account_error_state(GaimAccount *account, const char *message);
 
+/**
+ * Adds a widget to the alert area of the buddy list
+ *
+ * @param widget The widget to add
+ */
+void gaim_gtk_blist_add_alert(GtkWidget *alert);
+
 #endif /* _GAIM_GTKBLIST_H_ */