NAME
_XEditResCheckMessages − event handler for the Editres protocol.
SYNOPSIS
#include <X11/Xmu/Editres.h> XtAddEventHandler(shell, (EventMask) 0, True, _XEditResCheckMessages, NULL);
Inputs
shellSpecifies the shell widget that is to participate in the Editres protocol.
AVAILABILITY
Release 5 and later.
DESCRIPTION
_XEditResCheckMessages, though misleadingly named, is a public function in the Xmu library. It is an event handler, which, when registered on a shell widget, allows that shell widget to participate in the Editres protocol. Shell widgets that are subclasses of the Athena VendorShell widget have this event handler registered automatically. When registering this event handler with XtAddEventHandler(), pass an event mask of 0, specify that nonmaskable events should be handled by passing True as the third argument, and pass NULL client data as the last argument.