Mercurial > pidgin
view src/win32/systray.h @ 5091:04ded2f7253c
[gaim-migrate @ 5453]
Ari Pollak (sourceo) writes:
"If you hover over a link, a tooltip will generally pop
up with the URL that is linked. If you then right-click
on the link, the tooltip is still there, and can
possibly cover over the right-click context menu. This
patch simply closes the tooltip when right-clicking on
a link."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 09 Apr 2003 23:35:53 +0000 |
parents | cf718383cd60 |
children | 9657e243d001 |
line wrap: on
line source
/* * systray.h * * Author: Herman Bloggs <hermanator12002@yahoo.com> * Date: November, 2002 * Description: Gaim systray functionality */ #ifndef _SYSTRAY_H_ #define _SYSTRAY_H_ extern void wgaim_systray_init(void); extern void wgaim_created_loginwin( GtkWidget* ); extern void wgaim_systray_cleanup(void); extern void wgaim_systray_minimize( GtkWidget* ); extern void wgaim_systray_maximize( GtkWidget* ); #endif /* _SYSTRAY_H_ */