comparison pidgin/gtkblist.h @ 15397:a8ee645e7fb4

A lot of status icon changes: - Added Tango icons to blist - Added tooltip changes A work in progress. TODO: - desaturate and tranparentify status icons in list - protocol icon in tooltip - statusbox icon changes - Add emblems
author Sean Egan <seanegan@gmail.com>
date Wed, 24 Jan 2007 09:30:54 +0000
parents 5fe8042783c1
children 0b6f337a46d5
comparison
equal deleted inserted replaced
15396:eb93d03ed6c7 15397:a8ee645e7fb4
109 GDestroyNotify headline_destroy; /**< Callback to use for destroying the headline-data */ 109 GDestroyNotify headline_destroy; /**< Callback to use for destroying the headline-data */
110 gboolean changing_style; /**< True when changing GTK+ theme style */ 110 gboolean changing_style; /**< True when changing GTK+ theme style */
111 111
112 GtkWidget *error_buttons; /**< Box containing the connection error buttons */ 112 GtkWidget *error_buttons; /**< Box containing the connection error buttons */
113 GtkWidget *statusbox; /**< The status selector dropdown */ 113 GtkWidget *statusbox; /**< The status selector dropdown */
114 GdkPixbuf *empty_avatar; /**< A 32x32 transparent pixbuf */
114 }; 115 };
115 116
116 #define GAIM_GTK_BLIST(list) ((GaimGtkBuddyList *)(list)->ui_data) 117 #define GAIM_GTK_BLIST(list) ((GaimGtkBuddyList *)(list)->ui_data)
117 #define GAIM_IS_GTK_BLIST(list) \ 118 #define GAIM_IS_GTK_BLIST(list) \
118 ((list)->ui_ops == gaim_gtk_blist_get_ui_ops()) 119 ((list)->ui_ops == gaim_gtk_blist_get_ui_ops())