(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

void SetWindowTitles (window , windowTitle , screenTitle)

LOCATION
In IntuitionBase at offset 46

SYNOPSIS
struct Window * window
UBYTE * windowTitle
UBYTE * screenTitle

FUNCTION
Changes the current window and/or the screen title.

INPUTS
window
Change the title for this window or the screen which the window contains.
windowTitle
New title for the window or ((UBYTE *)~0L) to keep the old title or NULL for no title. If you specify a string, this string is *NOT* copied.
screenTitle
New title for the screen of the window or ((UBYTE *)~0L) to keep the old title or NULL for no title. If you specify a title for the screen, this title will be shown when the window becomes active. If you specify a string, this string is *NOT* copied.

RESULT
None.

EXAMPLE

SEE ALSO

NOTES
You should be careful with specifying a screen title because that may irritate the user.

BUGS

INTERNALS

HISTORY