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

NAME

6       XtErrorMsg, XtSetErrorMsgHandler, XtWarningMsg, XtSetWarningMsgHandler
7       - high-level error handlers
8

SYNTAX

10       #include <X11/Intrinsic.h>
11
12       void XtErrorMsg(const char *name, const char *type, const char *class,
13              const char *defaultMsg, String *params, Cardinal *num_params);
14
15       void XtSetErrorMsgHandler(XtErrorMsgHandler msg_handler);
16
17       void XtSetWarningMsgHandler(XtErrorMsgHandler msg_handler);
18
19       void XtWarningMsg(const char *name, const char *type, const char
20              *class, const char *defaultMsg, String *params, Cardinal
21              *num_params);
22

ARGUMENTS

24       class     Specifies the resource class of the error message.
25
26       default   Specifies the default message to use.
27
28       name      Specifies the general kind of error.
29
30       type      Specifies the detailed name of the error.
31
32       msg_handler
33                 Specifies the new fatal error procedure, which should not re‐
34                 turn or the nonfatal error procedure, which usually returns.
35
36       num_params
37                 Specifies the number of values in the parameter list.
38
39       params    Specifies a pointer to a list of values to be stored in the
40                 message.
41

DESCRIPTION

43       The XtErrorMsg function has been superceded by XtAppErrorMsg.
44
45       The XtSetErrorMsgHandler function has been superceded by XtAppSetEr‐
46       rorMsgHandler.
47
48       The XtSetWarningMsgHandler function has been superceded by XtAppSet‐
49       WarningMsgHandler.
50
51       The XtWarningMsg function has been superceded by XtAppWarningMsg
52

SEE ALSO

54       XtAppErrorMsg(3)
55       X Toolkit Intrinsics - C Language Interface
56       Xlib - C Language X Interface
57
58
59
60X Version 11                      libXt 1.2.1                    XtErrorMsg(3)
Impressum