Mercurial > hg > xemacs-beta
comparison src/EmacsFrameP.h @ 215:1f0dabaa0855 r20-4b6
Import from CVS: tag r20-4b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:07:35 +0200 |
parents | 3d6bfa290dbd |
children | 0e522484dd2a |
comparison
equal
deleted
inserted
replaced
214:c5d88c05e1e9 | 215:1f0dabaa0855 |
---|---|
51 int scrollbar_height; /* height of frame horizontal sb's */ | 51 int scrollbar_height; /* height of frame horizontal sb's */ |
52 int top_toolbar_height; /* height of top toolbar */ | 52 int top_toolbar_height; /* height of top toolbar */ |
53 int bottom_toolbar_height; /* height of bottom toolbar */ | 53 int bottom_toolbar_height; /* height of bottom toolbar */ |
54 int left_toolbar_width; /* width of left toolbar */ | 54 int left_toolbar_width; /* width of left toolbar */ |
55 int right_toolbar_width; /* width of right toolbar */ | 55 int right_toolbar_width; /* width of right toolbar */ |
56 int top_toolbar_border_width; /* border width */ | |
57 int bottom_toolbar_border_width; /* ... of bottom toolbar */ | |
58 int left_toolbar_border_width; /* ... of left toolbar */ | |
59 int right_toolbar_border_width; /* ... of right toolbar */ | |
56 Pixel top_toolbar_shadow_pixel; | 60 Pixel top_toolbar_shadow_pixel; |
57 Pixel bottom_toolbar_shadow_pixel; | 61 Pixel bottom_toolbar_shadow_pixel; |
58 Pixel background_toolbar_pixel; | 62 Pixel background_toolbar_pixel; |
59 Pixmap top_toolbar_shadow_pixmap; | 63 Pixmap top_toolbar_shadow_pixmap; |
60 Pixmap bottom_toolbar_shadow_pixmap; | 64 Pixmap bottom_toolbar_shadow_pixmap; |
62 unsigned char scrollbar_placement; | 66 unsigned char scrollbar_placement; |
63 int interline; /* skips between lines */ | 67 int interline; /* skips between lines */ |
64 | 68 |
65 XFontStruct* font; /* font */ | 69 XFontStruct* font; /* font */ |
66 Pixel foreground_pixel; /* foreground */ | 70 Pixel foreground_pixel; /* foreground */ |
71 Pixel background_pixel; /* background */ | |
67 | 72 |
68 Pixel cursor_color; /* text cursor color */ | 73 Pixel cursor_color; /* text cursor color */ |
69 Boolean bar_cursor; /* 1 if bar, 0 if block */ | 74 Boolean bar_cursor; /* 1 if bar, 0 if block */ |
70 | 75 |
71 Boolean visual_bell; /* flash instead of beep */ | 76 Boolean visual_bell; /* flash instead of beep */ |