comparison pkg-src/tree-x/rsrc.h @ 167:85ec50267440 r20-3b10

Import from CVS: tag r20-3b10
author cvs
date Mon, 13 Aug 2007 09:45:46 +0200
parents 0132846995bd
children
comparison
equal deleted inserted replaced
166:7a77eb660975 167:85ec50267440
1 #define TrNbackgroundColor "backgroundColor" 1 #define TrNbackgroundColor "backgroundColor"
2 #define TrNtreeColor "treeColor" 2 #define TrNtreeColor "treeColor"
3 #define TrNcontourColor "contourColor" 3 #define TrNcontourColor "contourColor"
4 #define TrNsplitColor "splitColor" 4 #define TrNsplitColor "splitColor"
5 #define TrNhighlightColor "highlightColor" 5 #define TrNhighlightColor "highlightColor"
6 #define TrNactionColor "actionColor" 6 #define TrNactionColor "actionColor"
7 #define TrNcontourWidth "contourWidth" 7 #define TrNcontourWidth "contourWidth"
8 8
9 #define TrCBackgroundColor "BackgroundColor" 9 #define TrCBackgroundColor "BackgroundColor"
10 #define TrCTreeColor "TreeColor" 10 #define TrCTreeColor "TreeColor"
11 #define TrCContourColor "ContourColor" 11 #define TrCContourColor "ContourColor"
12 #define TrCSplitColor "SplitColor" 12 #define TrCSplitColor "SplitColor"
13 #define TrCHighlightColor "HighlightColor" 13 #define TrCHighlightColor "HighlightColor"
14 #define TrCActionColor "ActionColor" 14 #define TrCActionColor "ActionColor"
15 #define TrCContourWidth "ContourWidth" 15 #define TrCContourWidth "ContourWidth"
16 16
17 #define TrDefaultBackgroundColor "white" 17 #define TrDefaultBackgroundColor "white"
18 #define TrDefaultTreeColor "black" 18 #define TrDefaultTreeColor "black"
19 #define TrDefaultContourColor "Blue" 19 #define TrDefaultContourColor "Blue"
29 Pixel split_color; 29 Pixel split_color;
30 Pixel highlight_color; 30 Pixel highlight_color;
31 Pixel action_color; 31 Pixel action_color;
32 int contour_width; 32 int contour_width;
33 } ApplRsrcData, *ApplRsrcDataPtr; 33 } ApplRsrcData, *ApplRsrcDataPtr;
34