Query: xteventdispatchproc
OS: hpux
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtEventDispatchProc(3X) XT FUNCTIONS XtEventDispatchProc(3X)NAMEXtEventDispatchProc - event dispatcher procedure pointerSYNTAXtypedef Boolean (*XtEventDispatchProc)(XEvent*) XEvent *event;ARGUMENTSevent Passes the event to be dispatched.DESCRIPTIONXtEventDispatchProc 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 ALSOXtSetEventDispatcher(3X) X Version 11 Release 6 XtEventDispatchProc(3X)
Related Man Pages |
---|
xtregisterextensionselector(3) - debian |
xtremoveeventtypehandler(3) - debian |
xtseteventdispatcher(3) - debian |
xtinserteventtypehandler(3) - centos |
xtseteventdispatcher(3) - centos |
Similar Topics in the Unix Linux Community |
---|
How to extract every repeated string between two specific string? |
Sequence extraction |
Seeking Alternative for diff in hp |
Tar Command |
Shopt -s histappend |