Mercurial > pidgin.yaz
comparison plugins/docklet/docklet.h @ 12471:011efeb86b8d
[gaim-migrate @ 14781]
SF Patch #1368906 from charkins
"This patch adds a tooltip to the docklet icon. It is
based off of faceprint's code for the blist menutray.
Wingaim had some status strings it was displaying in
the tooltip, this patch removes those."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 12 Dec 2005 19:55:42 +0000 |
parents | fc464a0abccc |
children | 202ce52b77a9 |
comparison
equal
deleted
inserted
replaced
12470:13f351a0096e | 12471:011efeb86b8d |
---|---|
39 { | 39 { |
40 void (*create)(void); | 40 void (*create)(void); |
41 void (*destroy)(void); | 41 void (*destroy)(void); |
42 void (*update_icon)(DockletStatus); | 42 void (*update_icon)(DockletStatus); |
43 void (*blank_icon)(void); | 43 void (*blank_icon)(void); |
44 void (*set_tooltip)(gchar *); | |
44 GtkMenuPositionFunc position_menu; | 45 GtkMenuPositionFunc position_menu; |
45 }; | 46 }; |
46 | 47 |
47 /* useful for setting idle callbacks that will be cleaned up */ | 48 /* useful for setting idle callbacks that will be cleaned up */ |
48 extern GaimPlugin *handle; | 49 extern GaimPlugin *handle; |