a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 gadtools.library
  CreateContext
  CreateGadgetA
  CreateMenusA
  DrawBevelBoxA
  FreeGadgets
  FreeMenus
  FreeVisualInfo
  GT_BeginRefresh
  GT_EndRefresh
  GT_FilterIMsg
  GT_GetGadgetAttrsA
  GT_GetIMsg
  GT_PostFilterIMsg
  GT_RefreshWindow
  GT_ReplyIMsg
  GT_SetGadgetAttrsA
  GetVisualInfoA
  LayoutMenuItemsA
  LayoutMenusA
Include
GuruMeditation
Docs » Autodocs » gadtools.library » GT_ReplyIMsg

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(), or NULL
in which case this function does nothing

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.
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.

SEE ALSO

GT_GetIMsg()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Razor 1911

SCX
RZR
AYS
ANA

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se