1XtErrorMsg(3) XT COMPATIBILITY FUNCTIONS XtErrorMsg(3)
2
3
4
6 XtErrorMsg, XtSetErrorMsgHandler, XtWarningMsg, XtSetWarningMsgHandler
7 - high-level error handlers
8
10 void XtErrorMsg(String name, String type, String class, String default,
11 String *params, Cardinal *num_params);
12
13 void XtSetErrorMsgHandler(XtErrorMsgHandler msg_handler);
14
15 void XtSetWarningMsgHandler(XtErrorMsgHandler msg_handler);
16
17 void XtWarningMsg(String name, String type, String class, String
18 default, String *params, Cardinal *num_params);
19
21 class Specifies the resource class.
22
23 default Specifies the default message to use.
24
25 name Specifies the general kind of error.
26
27 type Specifies the detailed name of the error.
28
29
30 msg_handler
31 Specifies the new fatal error procedure, which should not
32 return or the nonfatal error procedure, which usually
33 returns.
34
35 num_params
36 Specifies the number of values in the parameter list.
37
38 params Specifies a pointer to a list of values to be stored in the
39 message.
40
42 The XtErrorMsg function has been superceded by XtAppErrorMsg.
43
44 The XtSetErrorMsgHandler function has been superceded by XtAppSetEr‐
45 rorMsgHandler.
46
47 The XtSetWarningMsgHandler function has been superceded by XtAppSet‐
48 WarningMsgHandler.
49
50 The XtWarningMsg function has been superceded by XtAppWarningMsg
51
53 XtAppErrorMsg(3Xt)
54 X Toolkit Intrinsics - C Language Interface
55 Xlib - C Language X Interface
56
57
58
59X Version 11 libXt 1.0.7 XtErrorMsg(3)