Add support for tooltips for system tray icons

Frank Richter frank.richter at gmail.com
Fri Aug 25 13:19:19 CDT 2006


On 25.08.2006 07:44, James Liggett wrote:
> +    icon->tooltip = CreateWindowEx(WS_EX_TOPMOST, TOOLTIPS_CLASS, NULL, 
> +                                   WS_POPUP | TTS_NOPREFIX | TTS_ALWAYSTIP,
> +                                   CW_USEDEFAULT, CW_USEDEFAULT, 
> +                                   CW_USEDEFAULT, CW_USEDEFAULT,
> +                                   icon->window, NULL, NULL, NULL);

Hm, wouldn't it be more economic to try to use one tooltip for all icons?

-f.r.



More information about the wine-devel mailing list