(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

void ShowTitle (screen , ShowIt)

LOCATION
In IntuitionBase at offset 47

SYNOPSIS
struct Screen * screen
BOOL ShowIt

FUNCTION
Modify SHOWTITLE flag of the screen and refresh the screen and its windows. If ShowIt is TRUE the screen's title bar will be shown in front of WFLG_BACKDROP windows. A value of FALSE will bring the title bar behind all windows.

INPUTS
RESULT
None.

EXAMPLE

SEE ALSO

NOTES
The default of the SHOWTITLE flag for new screens is TRUE.

BUGS

INTERNALS

HISTORY
18.01.1999 hkiel
Initial skeleton of functions