(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

BOOL Request (requester , window)

LOCATION
In IntuitionBase at offset 40

SYNOPSIS
struct Requester * requester
struct Window * window

FUNCTION
Add a requester to specified window and display it.

INPUTS
requester
The requester to be displayed
window
The window to which the requester belongs

RESULT
TRUE if requester was opened successfully, FALSE else.

EXAMPLE

SEE ALSO
EndRequest(), InitRequester()

NOTES

BUGS

INTERNALS

HISTORY
18.01.1999 hkiel
Initial skeleton of functions