4 /* $Log: shgConsts.h,v $
5 /* Revision 1.4 1996/02/15 23:10:58 tamches
6 /* added code to support why vs. where axis refinement
8 * Revision 1.3 1996/01/23 07:03:28 tamches
9 * added shadow node features
10 * moved code to .C file
12 * Revision 1.2 1996/01/11 23:42:04 tamches
13 * there are now 6 node styles instead of 4
15 * Revision 1.1 1995/10/17 22:07:38 tamches
16 * initial version for the new search history graph
20 #ifndef _SHG_CONSTS_H_
21 #define _SHG_CONSTS_H_
24 #include "util/h/Vector.h"
34 XFontStruct *rootItemFontStruct, *rootItemItalicFontStruct;
35 XFontStruct *listboxItemFontStruct, *listboxItemItalicFontStruct;
37 XColor *inactiveTextColor, *activeTextColor;
38 GC rootItemActiveTextGC, rootItemInactiveTextGC,
39 rootItemActiveShadowTextGC, rootItemInactiveShadowTextGC;
40 GC listboxItemActiveTextGC, listboxItemInactiveTextGC,
41 listboxItemActiveShadowTextGC, listboxItemInactiveShadowTextGC;
43 GC whyRefinementRayGC, whereRefinementRayGC;
44 XColor *whyRefinementColor, *whereRefinementColor;
46 vector<Tk_3DBorder> rootItemTk3DBordersByStyle;
47 vector<Tk_3DBorder> listboxItemTk3DBordersByStyle;
49 shgConsts(Tcl_Interp *interp, Tk_Window theTkWindow);