NAME
GT_ReplyIMsg -- Reply a message obtained with GT_GetIMsg(). (V36)
SYNOPSIS
GT_ReplyIMsg(imsg)
A1
VOID GT_ReplyIMsg(struct IntuiMessage *);
FUNCTION
Reply a modified IntuiMessage obtained with GT_GetIMsg().
If you use GT_GetIMsg(), use this function where you would normally
have used exec.library/ReplyMsg().
You may safely call this routine with a NULL pointer (nothing
will be done).
INPUTS
imsg - A modified IntuiMessage obtained with GT_GetIMsg().
RESULT
None.
EXAMPLE
NOTES
When using GadTools, you MUST explicitly GT_ReplyIMsg()
all messages you receive. You cannot depend on CloseWindow()
to handle messages you have not replied.
BUGS
SEE ALSO
GT_GetIMsg()