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       handler   Specifies the new fatal error procedure, which should not
22                 return, or the nonfatal error procedure, which usually
23                 returns.
24
25       message   Specifies the message that is to be reported.
26

DESCRIPTION

28       The XtError function has been superceded by XtAppError.
29
30       The XtSetErrorHandler function has been superceded by XtAppSetErrorHan‐
31       dler.
32
33       The XtSetWarningHandler function has been superceded by XtAppSetWarn‐
34       ingHandler.
35
36       The XtWarning function has been superceded by XtAppWarning.
37

SEE ALSO

39       XtAppError(3)
40       X Toolkit Intrinsics - C Language Interface
41       Xlib - C Language X Interface
42
43
44
45X Version 11                      libXt 1.1.5                       XtError(3)
Impressum