gtk/gtkblist.h

changeset 14623
046a118a3b04
parent 14518
abe8c4704aaf
child 14864
a1cbdeffee69
equal deleted inserted replaced
14622:37a937e215a2 14623:046a118a3b04
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())

mercurial