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

showStatus()

Shows a status message for a web page

Synopsis:

#include <WebNotificationDelegate.h>

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

Description:

Shows a status message given a WebFrame instance and a message.

Arguments:

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

See also:

setTitle(), showToolTip()