| 93 |
93 |
| 94 GtkWidget *tipwindow; /**< The window used by the tooltip */ |
94 GtkWidget *tipwindow; /**< The window used by the tooltip */ |
| 95 GList *tooltipdata; /**< The data for each "chunk" of the tooltip */ |
95 GList *tooltipdata; /**< The data for each "chunk" of the tooltip */ |
| 96 |
96 |
| 97 GaimBlistNode *selected_node; /**< The currently selected node */ |
97 GaimBlistNode *selected_node; /**< The currently selected node */ |
| |
98 |
| |
99 GtkWidget *scrollbook; /**< Scrollbook for alerts */ |
| |
100 |
| 98 GtkWidget *error_buttons; /**< Box containing the connection error buttons */ |
101 GtkWidget *error_buttons; /**< Box containing the connection error buttons */ |
| 99 GtkWidget *statusbox; /**< The status selector dropdown */ |
102 GtkWidget *statusbox; /**< The status selector dropdown */ |
| 100 }; |
103 }; |
| 101 |
104 |
| 102 #define GAIM_GTK_BLIST(list) ((GaimGtkBuddyList *)(list)->ui_data) |
105 #define GAIM_GTK_BLIST(list) ((GaimGtkBuddyList *)(list)->ui_data) |
| 199 /** |
202 /** |
| 200 * Decreases the reference count of visibility managers. If the count |
203 * Decreases the reference count of visibility managers. If the count |
| 201 * drops below zero, the buddy list is shown. |
204 * drops below zero, the buddy list is shown. |
| 202 */ |
205 */ |
| 203 void gaim_gtk_blist_visibility_manager_remove(void); |
206 void gaim_gtk_blist_visibility_manager_remove(void); |
| |
207 |
| |
208 /** |
| |
209 * Adds a mini-alert to the blist scrollbook |
| |
210 * |
| |
211 * @param widget The widget to add |
| |
212 */ |
| |
213 void gaim_gtk_blist_add_alert(GtkWidget *widget); |
| 204 |
214 |
| 205 |
215 |
| 206 /************************************************************************** |
216 /************************************************************************** |
| 207 * @name GTK+ Buddy List sorting functions |
217 * @name GTK+ Buddy List sorting functions |
| 208 **************************************************************************/ |
218 **************************************************************************/ |