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

showToolTip()

Shows a tooltip for a web page

Synopsis:

#include <WebNotificationDelegate.h>

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

Description:

Shows a tooltip given a WebFrame and a message.

Arguments:

frame
A pointer to the WebFrame for which to add the tooltip.
message
The message that will appear in the tooltip.

See also:

setTitle(), showStatus()