GT_ReplyIMsg(imsg)
VOID GT_ReplyIMsg(struct IntuiMessage *);
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).
When using GadTools, you MUST explicitly GT_ReplyIMsg() all messages you receive. You cannot depend on CloseWindow() to handle messages you have not replied.
Starting with V39, this function actually expects a pointer to an ExtIntuiMessage structure, but the prototype was not changed for source code compatibility with older software.