Man Page: _xeditrescheckmessages
Operating Environment: hpux
Section: 3
_XEditResCheckMessages() _XEditResCheckMessages()
Name
Synopsis
#include <X11/Xmu/Editres.h>
XtAddEventHandler(shell, (EventMask) 0, True, _XEditResCheckMessages, NULL);
Inputs
shell Specifies 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 Ven-
dorShell 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.
Xmu - Editres Protocol _XEditResCheckMessages()
| Related Man Pages |
|---|
| xtaddraweventhandler(3xt) - redhat |
| xtinserteventhandler(3xt) - redhat |
| xtinsertraweventhandler(3xt) - redhat |
| xtaddeventhandler(3) - debian |
| xtinserteventhandler(1) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| SAN Migration question |
| Hpux 11iV3 administration document |
| Seeking Alternative for diff in hp |