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 msg_handler
30 Specifies the new fatal error procedure, which should not
31 return or the nonfatal error procedure, which usually
32 returns.
33
34 num_params
35 Specifies the number of values in the parameter list.
36
37 params Specifies a pointer to a list of values to be stored in the
38 message.
39
41 The XtErrorMsg function has been superceded by XtAppErrorMsg.
42
43 The XtSetErrorMsgHandler function has been superceded by XtAppSetEr‐
44 rorMsgHandler.
45
46 The XtSetWarningMsgHandler function has been superceded by XtAppSet‐
47 WarningMsgHandler.
48
49 The XtWarningMsg function has been superceded by XtAppWarningMsg
50
52 XtAppErrorMsg(3)
53 X Toolkit Intrinsics - C Language Interface
54 Xlib - C Language X Interface
55
56
57
58X Version 11 libXt 1.1.4 XtErrorMsg(3)