comparison lisp/oobr/tree-x/rsrc.h @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 131b0175ea99
children
comparison
equal deleted inserted replaced
99:2d83cbd90d8d 100:4be1180a9e89
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 "MediumSlateBlue" 19 #define TrDefaultContourColor "Blue"
20 #define TrDefaultSplitColor "goldenrod" 20 #define TrDefaultSplitColor "brown"
21 #define TrDefaultHighlightColor "OrangeRed" 21 #define TrDefaultHighlightColor "red"
22 #define TrDefaultActionColor "OrangeRed" 22 #define TrDefaultActionColor "red"
23 #define TrDefaultContourWidth 2 23 #define TrDefaultContourWidth 2
24 24
25 typedef struct { 25 typedef struct {
26 Pixel background_color; 26 Pixel background_color;
27 Pixel tree_color; 27 Pixel tree_color;