Indicates that the mouse is hovering over a link
#include <WebNotificationDelegate.h> virtual void hoverOverLink( WebFrame* frame, const char* title, const char* message ) = 0;
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.