1XtError(3) XT COMPATIBILITY FUNCTIONS XtError(3)
2
3
4
6 XtError, XtSetErrorHandler, XtSetWarningHandler, XtWarning - low-level
7 error handlers
8
10 #include <X11/Intrinsic.h>
11
12 void XtError(const char *message);
13
14 void XtSetErrorHandler(XtErrorHandler handler);
15
16 void XtSetWarningHandler(XtErrorHandler handler);
17
18 void XtWarning(const char *message);
19
21 message Specifies the nonfatal error message that is to be reported.
22
23 handler Specifies the new fatal error procedure, which should not re‐
24 turn, or the nonfatal error procedure, which usually returns.
25
26 message Specifies the message that is to be reported.
27
29 The XtError function has been superceded by XtAppError.
30
31 The XtSetErrorHandler function has been superceded by XtAppSetErrorHan‐
32 dler.
33
34 The XtSetWarningHandler function has been superceded by XtAppSetWarn‐
35 ingHandler.
36
37 The XtWarning function has been superceded by XtAppWarning.
38
40 XtAppError(3)
41 X Toolkit Intrinsics - C Language Interface
42 Xlib - C Language X Interface
43
44
45
46X Version 11 libXt 1.2.1 XtError(3)