comparison lisp/oobr/tree-x/rsrc.h @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 4103f0995bd7
children 4be1180a9e89
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
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 "MediumSlateBlue"
20 #define TrDefaultSplitColor "brown" 20 #define TrDefaultSplitColor "goldenrod"
21 #define TrDefaultHighlightColor "red" 21 #define TrDefaultHighlightColor "OrangeRed"
22 #define TrDefaultActionColor "red" 22 #define TrDefaultActionColor "OrangeRed"
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;