(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/gadtools.h>
#include <exec/ports.h>
#include <intuition/intuition.h>

struct IntuiMessage * GT_GetIMsg (intuiport)

LOCATION
In GadToolsBase at offset 12

SYNOPSIS
struct MsgPort * intuiport

FUNCTION
You must use this function instead of exec.library/GetMsg() to get messages from a window, if you are using gadtools gadgets. After you are done with reading the message, you have to call GT_ReplyIMsg().

INPUTS
intuiport
UserPort of the window

RESULT
A pointer to a message or NULL, if there was no message or the messages had only a meaning to gadtools.

EXAMPLE

SEE ALSO
GT _ReplyIMsg(), exec.library/ GetMsg()

NOTES

BUGS

INTERNALS

HISTORY
08.04.1999 stegerg
no more GMR_INTERIMUPDATE
20.10.1998 hkiel
Amiga Research OS
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision