comparison lwlib/xlwmenuP.h @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents b980b6286996
children 74fd4e045ea6
comparison
equal deleted inserted replaced
206:d3e9274cbc4e 207:e45d5e7c476e
34 #endif 34 #endif
35 Dimension font_ascent, font_descent; /* extracted from font/fontlist */ 35 Dimension font_ascent, font_descent; /* extracted from font/fontlist */
36 36
37 Pixel foreground; 37 Pixel foreground;
38 Pixel button_foreground; 38 Pixel button_foreground;
39 Pixel highlight_foreground;
40 Pixel title_foreground;
39 Dimension margin; 41 Dimension margin;
40 Dimension horizontal_margin; 42 Dimension horizontal_margin;
41 Dimension vertical_margin; 43 Dimension vertical_margin;
42 Dimension column_spacing; 44 Dimension column_spacing;
43 Dimension shadow_thickness; 45 Dimension shadow_thickness;
77 GC inactive_gc; 79 GC inactive_gc;
78 GC inactive_button_gc; 80 GC inactive_button_gc;
79 GC shadow_top_gc; 81 GC shadow_top_gc;
80 GC shadow_bottom_gc; 82 GC shadow_bottom_gc;
81 GC select_gc; 83 GC select_gc;
84 GC highlight_gc;
85 GC title_gc;
82 Cursor cursor; 86 Cursor cursor;
83 Boolean popped_up; 87 Boolean popped_up;
84 Pixmap gray_pixmap; 88 Pixmap gray_pixmap;
85 89
86 /* Stay-up stuff */ 90 /* Stay-up stuff */