Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

hoverOverLink()

Indicates that the mouse is hovering over a link

Synopsis:

#include <WebNotificationDelegate.h>

virtual void hoverOverLink( WebFrame* frame, const char* title,
                            const char* message ) = 0;

Description:

Indicates that the mouse is hovering over a link and displays a message given a pointer to a WebFrame instance, page title, and a message.

Arguments:

frame
A pointer to the WebFrame.
title
The title of the page.
message
The message that appears.

See also:

setTitle(), showToolTip()