annotate pkg-src/tree-x/rsrc.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents
children 85ec50267440
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
1 #define TrNbackgroundColor "backgroundColor"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
2 #define TrNtreeColor "treeColor"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
3 #define TrNcontourColor "contourColor"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
4 #define TrNsplitColor "splitColor"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
5 #define TrNhighlightColor "highlightColor"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
6 #define TrNactionColor "actionColor"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
7 #define TrNcontourWidth "contourWidth"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
8
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
9 #define TrCBackgroundColor "BackgroundColor"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
10 #define TrCTreeColor "TreeColor"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
11 #define TrCContourColor "ContourColor"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
12 #define TrCSplitColor "SplitColor"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
13 #define TrCHighlightColor "HighlightColor"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
14 #define TrCActionColor "ActionColor"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
15 #define TrCContourWidth "ContourWidth"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
16
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
17 #define TrDefaultBackgroundColor "white"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
18 #define TrDefaultTreeColor "black"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
19 #define TrDefaultContourColor "Blue"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
20 #define TrDefaultSplitColor "brown"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
21 #define TrDefaultHighlightColor "red"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
22 #define TrDefaultActionColor "red"
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
23 #define TrDefaultContourWidth 2
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
24
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
25 typedef struct {
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
26 Pixel background_color;
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
27 Pixel tree_color;
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
28 Pixel contour_color;
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
29 Pixel split_color;
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
30 Pixel highlight_color;
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
31 Pixel action_color;
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
32 int contour_width;
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
33 } ApplRsrcData, *ApplRsrcDataPtr;
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
34