Query: xtappaddsignal
OS: hpux
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtAppAddSignal(3X) XT FUNCTIONS XtAppAddSignal(3X)NAMEXtAppAddSignal - register a signal sourceSYNTAXXtSignalId XtAppAddSignal(app_context, proc, client_data) XtAppContext app_context; XtSignalCallbackProc proc; XtPointer client_data;ARGUMENTSapp_context Specifies the application context. proc Specifies the procedure that is to be called when the signal has been raised. client_data Specifies an argument passed to the specified procedure when it is called.DESCRIPTIONThe XtAppAddSignalHandler function initiates a mechanism for handling signals within the context of the Intrinsics. Prior to establishing an operating system dependent signal handler the application may call XtAppAddSignalHandler and store the returned id in a place accessible to the signal handler. Upon receipt of a signal from the operating system, the application may call XtNoticeSignal passing the id returned by the call to XtAp- pAddSignal.SEE ALSOXTSignalCallbackProc(3X) XtRemoveSignal(3X), XtNoticeSignal(3X) X Version 11 Release 6 XtAppAddSignal(3X)
Related Man Pages |
---|
xtappaddsignal(3xt) - redhat |
xtnoticesignal(3xt) - redhat |
xtremovesignal(3) - centos |
xtremovesignal(3) - x11r4 |
xtnoticesignal(3xt) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
How to list file size on HPUX? |
Thank you members and admins |
awk - Multi-line data to be stored in variable |
Shopt -s histappend |