6 #include <X11/Intrinsic.h>
10 #define DEBUG_FG "grey74"
11 #define HINT_FG "SeaGreen4"
12 #define INFO_FG "black"
13 #define WARNING_FG "red"
14 #define ERROR_FG "white"
15 #define ERROR_BG "red"
16 #define FATAL_FG "yellow"
17 #define FATAL_BG "red"
20 #define STORED_HISTORY_MSGS 200
33 #define AnyType HistItem
34 #define AnyAr HistItemAr
35 #include <mix/AnyAr.H>
77 void GetColors (
int e_level, Pixel& fg, Pixel& bg);
84 InfoLine (Widget w,
int stored_msgs = STORED_HISTORY_MSGS);
92 void Message (
char* szMessageString);
93 void Warning (
char* szWarningString);
94 void Error (
char* szErrorString);
96 void CommonMsg (
int elevel,
const char* szString);
100 {
return wInfoLines[0];}
Definition: InfoLine.H:41
Definition: InfoLine.H:51
Definition: InfoLine.H:26