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
24 return, or the nonfatal error procedure, which usually
25 returns.
26
27 message Specifies the message that is to be reported.
28
30 The XtError function has been superceded by XtAppError.
31
32 The XtSetErrorHandler function has been superceded by XtAppSetErrorHanâ
33 dler.
34
35 The XtSetWarningHandler function has been superceded by XtAppSetWarnâ
36 ingHandler.
37
38 The XtWarning function has been superceded by XtAppWarning.
39
41 XtAppError(3)
42 X Toolkit Intrinsics - C Language Interface
43 Xlib - C Language X Interface
44
45
46
47X Version 11 libXt 1.2.0 XtError(3)