NAME
XtRemoveActionHook − unregister an action hook procedure.
SYNOPSIS
void XtRemoveActionHook(id)
XtActionHookId id;
Inputs
idIdentifies the action hook to be removed.
AVAILABILITY
Release 4 and later.
DESCRIPTION
XtRemoveActionHook() removes the specified action hook procedure from the list in which it was registered. The id argument is the value returned by XtAppAddActionHook() when the action hook procedure was registered.
STRUCTURES
XtActionHookId is an opaque type.
SEE ALSO
XtAppAddActionHookUNIX SYSTEM V/68,
XtActionHookProcUNIX SYSTEM V/88.