comparison lisp/oobr/tree-x/rsrc.h @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 376386a54a3c
children 131b0175ea99
comparison
equal deleted inserted replaced
23:0edd3412f124 24:4103f0995bd7
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;