| 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 GdkPixbuf *east, *south; /**< Drop shadow stuff */ |
|
| 98 GdkWindow *east_shadow, *south_shadow; /**< Drop shadow stuff */ |
|
| 99 GdkPixbuf *expander_collapsed; /**< A collapsed expander */ |
|
| 100 GdkPixbuf *expander_expanded; /**< An expanded expander */ |
|
| 101 }; |
97 }; |
| 102 |
98 |
| 103 #define GAIM_GTK_BLIST(list) ((GaimGtkBuddyList *)(list)->ui_data) |
99 #define GAIM_GTK_BLIST(list) ((GaimGtkBuddyList *)(list)->ui_data) |
| 104 #define GAIM_IS_GTK_BLIST(list) \ |
100 #define GAIM_IS_GTK_BLIST(list) \ |
| 105 ((list)->ui_ops == gaim_gtk_blist_get_ui_ops()) |
101 ((list)->ui_ops == gaim_gtk_blist_get_ui_ops()) |