Mercurial > pidgin.yaz
comparison gtk/gtkblist.h @ 14803:967c39d78bc4
[gaim-migrate @ 17568]
I'm an idiot.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 23 Oct 2006 19:43:45 +0000 |
parents | 4138063d89c9 |
children | 36cfa2e714b7 |
comparison
equal
deleted
inserted
replaced
14802:4138063d89c9 | 14803:967c39d78bc4 |
---|---|
92 GList *tooltipdata; /**< The data for each "chunk" of the tooltip */ | 92 GList *tooltipdata; /**< The data for each "chunk" of the tooltip */ |
93 | 93 |
94 GaimBlistNode *selected_node; /**< The currently selected node */ | 94 GaimBlistNode *selected_node; /**< The currently selected node */ |
95 GtkWidget *error_buttons; /**< Box containing the connection error buttons */ | 95 GtkWidget *error_buttons; /**< Box containing the connection error buttons */ |
96 GtkWidget *statusbox; /**< The status selector dropdown */ | 96 GtkWidget *statusbox; /**< The status selector dropdown */ |
97 | |
98 GtkWidget *alert_notebook; /**< The notebook for alerts */ | |
99 }; | 97 }; |
100 | 98 |
101 #define GAIM_GTK_BLIST(list) ((GaimGtkBuddyList *)(list)->ui_data) | 99 #define GAIM_GTK_BLIST(list) ((GaimGtkBuddyList *)(list)->ui_data) |
102 #define GAIM_IS_GTK_BLIST(list) \ | 100 #define GAIM_IS_GTK_BLIST(list) \ |
103 ((list)->ui_ops == gaim_gtk_blist_get_ui_ops()) | 101 ((list)->ui_ops == gaim_gtk_blist_get_ui_ops()) |
301 * @param message The connection error message, or NULL if this | 299 * @param message The connection error message, or NULL if this |
302 * account is no longer in an error state. | 300 * account is no longer in an error state. |
303 */ | 301 */ |
304 void gaim_gtk_blist_update_account_error_state(GaimAccount *account, const char *message); | 302 void gaim_gtk_blist_update_account_error_state(GaimAccount *account, const char *message); |
305 | 303 |
306 /** | |
307 * Adds a widget to the alert area of the buddy list | |
308 * | |
309 * @param widget The widget to add | |
310 */ | |
311 void gaim_gtk_blist_add_alert(GtkWidget *alert); | |
312 | |
313 #endif /* _GAIM_GTKBLIST_H_ */ | 304 #endif /* _GAIM_GTKBLIST_H_ */ |