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

setTitle()

Sets a title for a web page

Synopsis:

#include <WebNotificationDelegate.h>

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

Description:

Sets the title that appears in the given frame.

Arguments:

frame
A pointer to the WebFrame to set the title for.
message
The title that will appear for the page.

See also:

showToolTip()