Query: xtseterrorhandler
OS: hpux
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtSetErrorHandler() XtSetErrorHandler() Name XtSetErrorHandler - set the low-level error handler procedure. Synopsis void XtSetErrorHandler(handler) XtErrorHandler handler; Inputs handler Specifies the new low-level fatal error procedure, which should not return. Availability XtSetErrorHandler() has been superseded by XtAppSetErrorHandler(). Description XtSetErrorHandler() registers the procedure handler as the procedure to be invoked by XtError(). It should display the string it is passed and then must terminate the application; if it returns the subsequent behavior of the Intrinsics is undefined. Usage XtSetErrorHandler() has been superseded by XtAppSetErrorHandler(), which performs the same function on a per-application context basis. XtSetErrorHandler() now calls XtAppSetErrorHandler() passing the default application context created by XtInitialize(). Very few programs need multiple application contexts, and you can continue to use XtSetErrorHandler() if you initialize your application with XtInitialize(). We recommend, however, that you use XtAppInitialize(), XtAppSetErrorHandler(), and the other XtApp*() application context specific func- tions. See XtAppSetErrorHandler() for more information. See Also XtAppSetErrorHandler(1), XtAppSetErrorMsgHandler(1), XtAppSetWarningHandler(1), XtErrorHandler(2). Xt - Error Handling XtSetErrorHandler()
Related Man Pages |
---|
xtappseterrorhandler(3) - centos |
xtappsetwarninghandler(3) - centos |
xtappwarning(3) - centos |
xtappsetera(3) - hpux |
xtappseterb(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
awk - Multi-line data to be stored in variable |
Seeking Alternative for diff in hp |
Tar Command |
Shopt -s histappend |