1XtError(3x) XT COMPATIBILITY FUNCTIONS XtError(3x)
2
3
4
6 XtError, XtSetErrorHandler, XtSetWarningHandler, XtWarning - low-level
7 error handlers
8
10 void XtError(String message);
11
12 void XtSetErrorHandler(XtErrorHandler handler):
13
14 void XtSetWarningHandler(XtErrorHandler handler);
15
16 void XtWarning(String message);
17
19 message Specifies the nonfatal error message that is to be reported.
20
21
22 handler Specifies the new fatal error procedure, which should not
23 return, or the nonfatal error procedure, which usually
24 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(3Xt)
41 X Toolkit Intrinsics - C Language Interface
42 Xlib - C Language X Interface
43
44
45
46X Version 11 libXt 1.0.4 XtError(3x)