Initial Commit
[packages] / xemacs-packages / oo-browser / tree-x / rsrc.h
1 #define TrNbackgroundColor "backgroundColor"
2 #define TrNtreeColor       "treeColor"
3 #define TrNcontourColor    "contourColor"
4 #define TrNsplitColor      "splitColor"
5 #define TrNhighlightColor  "highlightColor"
6 #define TrNactionColor     "actionColor"
7 #define TrNcontourWidth    "contourWidth"
8
9 #define TrCBackgroundColor "BackgroundColor"
10 #define TrCTreeColor       "TreeColor"
11 #define TrCContourColor    "ContourColor"
12 #define TrCSplitColor      "SplitColor"
13 #define TrCHighlightColor  "HighlightColor"
14 #define TrCActionColor     "ActionColor"
15 #define TrCContourWidth    "ContourWidth"
16
17 #define TrDefaultBackgroundColor "white"
18 #define TrDefaultTreeColor       "black"
19 #define TrDefaultContourColor    "Blue"
20 #define TrDefaultSplitColor      "brown"
21 #define TrDefaultHighlightColor  "red"
22 #define TrDefaultActionColor     "red"
23 #define TrDefaultContourWidth    2
24
25 typedef struct {
26    Pixel background_color;
27    Pixel tree_color;
28    Pixel contour_color;
29    Pixel split_color;
30    Pixel highlight_color;
31    Pixel action_color;
32    int   contour_width;
33 } ApplRsrcData, *ApplRsrcDataPtr;