xteventdispatchproc(3x) hpux man page | unix.com

Man Page: xteventdispatchproc

Operating Environment: hpux

Section: 3x

XtEventDispatchProc(3X) 					   XT FUNCTIONS 					   XtEventDispatchProc(3X)

NAME
XtEventDispatchProc - event dispatcher procedure pointer
SYNTAX
typedef Boolean (*XtEventDispatchProc)(XEvent*) XEvent *event;
ARGUMENTS
event Passes the event to be dispatched.
DESCRIPTION
XtEventDispatchProc is an event dispatch procedure registered with XtSetEventDispatcher(). An event dispatch procedure should determine whether the event should be dispatched to a widget, and if so, determine the appropriate widget to receive the event. If the event should not be dispatched to a widget, the event dispatcher procedure should attempt to dispatch the event elsewhere as appro- priate and return True if it successfully dispatched the event and False otherwise.
SEE ALSO
XtSetEventDispatcher(3X) X Version 11 Release 6 XtEventDispatchProc(3X)
Related Man Pages
xtdispatcheventtowidget(3) - centos
xtregisterextensionselector(3) - centos
xtremoveeventtypehandler(3) - centos
xtinserteventtypehandler(3) - x11r4
xtseteventdispatcher(3x) - hpux
Similar Topics in the Unix Linux Community
PHP Man Pages Now Available (Over 10,000)
SAN Migration question
awk - Multi-line data to be stored in variable
Tar Command