1XtErrorMsg(3) XT COMPATIBILITY FUNCTIONS XtErrorMsg(3)
2
3
4
6 XtErrorMsg, XtSetErrorMsgHandler, XtWarningMsg, XtSetWarningMsgHandler
7 - high-level error handlers
8
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
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
34 return or the nonfatal error procedure, which usually
35 returns.
36
37 num_params
38 Specifies the number of values in the parameter list.
39
40 params Specifies a pointer to a list of values to be stored in the
41 message.
42
44 The XtErrorMsg function has been superceded by XtAppErrorMsg.
45
46 The XtSetErrorMsgHandler function has been superceded by XtAppSetEr‐
47 rorMsgHandler.
48
49 The XtSetWarningMsgHandler function has been superceded by XtAppSet‐
50 WarningMsgHandler.
51
52 The XtWarningMsg function has been superceded by XtAppWarningMsg
53
55 XtAppErrorMsg(3)
56 X Toolkit Intrinsics - C Language Interface
57 Xlib - C Language X Interface
58
59
60
61X Version 11 libXt 1.1.5.1 XtErrorMsg(3)