(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>
#include <exec/types.h>
#include <intuition/intuition.h>

struct Window * BuildSysRequest (window , bodytext , postext , negtext , IDCMPFlags , width , height)

LOCATION
In IntuitionBase at offset 60

SYNOPSIS
struct Window * window
struct IntuiText * bodytext
struct IntuiText * postext
struct IntuiText * negtext
ULONG IDCMPFlags
WORD width
WORD height

FUNCTION

INPUTS
window
The window in which the requester will appear
bodytext
The Text to be shown in the body of the requester
postext
The Text to be shown in the positive choice gadget
negtext
The Text to be shown in the negative choice gadget
IDCMPFlags
The IDCMP Flags for this requester
width, height
The dimensions of the requester

RESULT

EXAMPLE

SEE ALSO
FreeSysRequest(), DisplayAlert(), ModifyIDCMP(), exec-library/ Wait(), Request(), AutoRequest(), EasyRequest(), BuildEasyRequestArgs()

NOTES

BUGS

INTERNALS

HISTORY
16.01.1999 hkiel
Intial skeleton of functions