1XtError(3)                XT COMPATIBILITY FUNCTIONS                XtError(3)
2
3
4

NAME

6       XtError, XtSetErrorHandler, XtSetWarningHandler, XtWarning - low-level
7       error handlers
8

SYNTAX

10       void XtError(String message);
11
12       void XtSetErrorHandler(XtErrorHandler handler):
13
14       void XtSetWarningHandler(XtErrorHandler handler);
15
16       void XtWarning(String message);
17

ARGUMENTS

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

DESCRIPTION

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

SEE ALSO

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.7                       XtError(3)
Impressum