Query: _xeditrescheckmessages
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
_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 |
xtremoveraweventhandler(3xt) - redhat |
xtaddeventhandler(3) - debian |
xtaddeventhandler(3xt) - ultrix |
xtremoveeventhandler(3xt) - ultrix |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
How to list file size on HPUX? |
How to extract every repeated string between two specific string? |
Seeking Alternative for diff in hp |
Wrong Array... |