--- 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