home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 7
/
Aminet 7 - August 1995.iso
/
Aminet
/
text
/
hyper
/
ADtoHT2_1.lha
/
Source.lha
/
MyLib.lha
/
mui
/
mui_request.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-03-30
|
373 b
|
15 lines
#include <proto/muimaster.h>
/************************************************************************/
LONG (MUI_Request)(Object *Application,
Object *Window,
LONGBITS Flags,
const char *Title,
const char *Gadgets,
const char *FormatString, ...)
{
return MUI_RequestA(Application,Window,Flags,Title,Gadgets,FormatString,(&FormatString)+1);
}