Name
SetDisplayTitle -- change display title (V6.0)
Synopsis
void SetDisplayTitle(APTR handle, STRPTR title);
Function
This function must change the display's window caption to the specified string.

Inputs
handle
display handle returned by OpenDisplay()
title
new caption for the display

Show TOC