comparison pidgin/pidginstock.h @ 29638:22b8a92fb5ee

Adds attention UI to Pidgin (can send attentions using a menu item) API to "fire" an attention on a conversation, triggering signals. Currently gtksound is set up to use the alert sound for received and sent attentions. Refs #2788
author Marcus Lundblad <ml@update.uu.se>
date Mon, 20 Oct 2008 18:44:06 +0000
parents a0ea445b99de
children d855ff9cf839
comparison
equal deleted inserted replaced
24176:c1e58cfd1107 29638:22b8a92fb5ee
150 #define PIDGIN_STOCK_TOOLBAR_USER_INFO "pidgin-info" 150 #define PIDGIN_STOCK_TOOLBAR_USER_INFO "pidgin-info"
151 #define PIDGIN_STOCK_TOOLBAR_UNBLOCK "pidgin-unblock" 151 #define PIDGIN_STOCK_TOOLBAR_UNBLOCK "pidgin-unblock"
152 #define PIDGIN_STOCK_TOOLBAR_SELECT_AVATAR "pidgin-select-avatar" 152 #define PIDGIN_STOCK_TOOLBAR_SELECT_AVATAR "pidgin-select-avatar"
153 #define PIDGIN_STOCK_TOOLBAR_SEND_FILE "pidgin-send-file" 153 #define PIDGIN_STOCK_TOOLBAR_SEND_FILE "pidgin-send-file"
154 #define PIDGIN_STOCK_TOOLBAR_TRANSFER "pidgin-transfer" 154 #define PIDGIN_STOCK_TOOLBAR_TRANSFER "pidgin-transfer"
155 #define PIDGIN_STOCK_TOOLBAR_SEND_ATTENTION "pidgin-send-attention"
155 156
156 /* Tray icons */ 157 /* Tray icons */
157 #define PIDGIN_STOCK_TRAY_AVAILABLE "pidgin-tray-available" 158 #define PIDGIN_STOCK_TRAY_AVAILABLE "pidgin-tray-available"
158 #define PIDGIN_STOCK_TRAY_INVISIBLE "pidgin-tray-invisible" 159 #define PIDGIN_STOCK_TRAY_INVISIBLE "pidgin-tray-invisible"
159 #define PIDGIN_STOCK_TRAY_AWAY "pidgin-tray-away" 160 #define PIDGIN_STOCK_TRAY_AWAY "pidgin-tray-away"