comparison pidgin/gtkblist.h @ 30456:31f20c9c7674

merge of '21280175da42b51e30e31b091bb3b4adf7708407' and 'de0f6b7b9429dd7161de925ce6bdb02fbb7daaec'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Apr 2010 22:19:23 +0000
parents 0d613fa75e5f
children 44f53d3fc54f
comparison
equal deleted inserted replaced
30455:e47a4a7940ea 30456:31f20c9c7674
117 117
118 GtkWidget *scrollbook; /**< Scrollbook for alerts */ 118 GtkWidget *scrollbook; /**< Scrollbook for alerts */
119 GtkWidget *headline_hbox; /**< Hbox for headline notification */ 119 GtkWidget *headline_hbox; /**< Hbox for headline notification */
120 GtkWidget *headline_label; /**< Label for headline notifications */ 120 GtkWidget *headline_label; /**< Label for headline notifications */
121 GtkWidget *headline_image; /**< Image for headline notifications */ 121 GtkWidget *headline_image; /**< Image for headline notifications */
122 GdkPixbuf *headline_close; /**< Close image for closing the headline without triggering the callback */ 122 GdkPixbuf *headline_close; /**< @deprecated: Close image for closing the headline without triggering the callback */
123 GCallback headline_callback; /**< Callback for headline notifications */ 123 GCallback headline_callback; /**< Callback for headline notifications */
124 gpointer headline_data; /**< User data for headline notifications */ 124 gpointer headline_data; /**< User data for headline notifications */
125 GDestroyNotify headline_destroy; /**< Callback to use for destroying the headline-data */ 125 GDestroyNotify headline_destroy; /**< Callback to use for destroying the headline-data */
126 gboolean changing_style; /**< True when changing GTK+ theme style */ 126 gboolean changing_style; /**< True when changing GTK+ theme style */
127 127