[Contents] [Index] [Help] [Retrace] [browse <] [Browse >]


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()