comparison src/EmacsFrame.c @ 227:0e522484dd2a r20-5b12

Import from CVS: tag r20-5b12
author cvs
date Mon, 13 Aug 2007 10:12:37 +0200
parents 1f0dabaa0855
children c5d627a313b1
comparison
equal deleted inserted replaced
226:eea38c7ad7b4 227:0e522484dd2a
117 {XtNtopToolBarShadowColor, XtCTopToolBarShadowColor, XtRPixel, sizeof(Pixel), 117 {XtNtopToolBarShadowColor, XtCTopToolBarShadowColor, XtRPixel, sizeof(Pixel),
118 offset(top_toolbar_shadow_pixel), XtRString, "#000000"}, 118 offset(top_toolbar_shadow_pixel), XtRString, "#000000"},
119 {XtNbottomToolBarShadowColor, XtCBottomToolBarShadowColor, XtRPixel, 119 {XtNbottomToolBarShadowColor, XtCBottomToolBarShadowColor, XtRPixel,
120 sizeof(Pixel), offset(bottom_toolbar_shadow_pixel), XtRString, "#000000"}, 120 sizeof(Pixel), offset(bottom_toolbar_shadow_pixel), XtRString, "#000000"},
121 {XtNbackgroundToolBarColor, XtCBackgroundToolBarColor, XtRPixel, 121 {XtNbackgroundToolBarColor, XtCBackgroundToolBarColor, XtRPixel,
122 sizeof(Pixel), offset(background_toolbar_pixel), XtRString, "Gray75"}, 122 sizeof(Pixel), offset(background_toolbar_pixel), XtRImmediate,
123 (XtPointer)-1},
124 {XtNforegroundToolBarColor, XtCForegroundToolBarColor, XtRPixel,
125 sizeof(Pixel), offset(foreground_toolbar_pixel), XtRImmediate,
126 (XtPointer)-1},
123 {XtNtopToolBarShadowPixmap, XtCTopToolBarShadowPixmap, XtRPixmap, 127 {XtNtopToolBarShadowPixmap, XtCTopToolBarShadowPixmap, XtRPixmap,
124 sizeof (Pixmap), offset(top_toolbar_shadow_pixmap), XtRImmediate, 128 sizeof (Pixmap), offset(top_toolbar_shadow_pixmap), XtRImmediate,
125 (XtPointer)None}, 129 (XtPointer)None},
126 {XtNbottomToolBarShadowPixmap, XtCBottomToolBarShadowPixmap, XtRPixmap, 130 {XtNbottomToolBarShadowPixmap, XtCBottomToolBarShadowPixmap, XtRPixmap,
127 sizeof (Pixmap), offset(bottom_toolbar_shadow_pixmap), XtRImmediate, 131 sizeof (Pixmap), offset(bottom_toolbar_shadow_pixmap), XtRImmediate,
139 XtNfont, XtCFont, XtRFontStruct, sizeof(XFontStruct *), 143 XtNfont, XtCFont, XtRFontStruct, sizeof(XFontStruct *),
140 #endif 144 #endif
141 offset(font), XtRImmediate, (XtPointer)0 145 offset(font), XtRImmediate, (XtPointer)0
142 }, 146 },
143 {XtNforeground, XtCForeground, XtRPixel, sizeof(Pixel), 147 {XtNforeground, XtCForeground, XtRPixel, sizeof(Pixel),
144 offset(foreground_pixel), XtRString, "XtDefaultForeground"}, 148 offset(foreground_pixel), XtRString, "Black"},
145 {XtNbackground, XtCBackground, XtRPixel, sizeof(Pixel), 149 {XtNbackground, XtCBackground, XtRPixel, sizeof(Pixel),
146 offset(background_pixel), XtRImmediate, (XtPointer)-1}, 150 offset(background_pixel), XtRString, "Gray80"},
147 {XtNcursorColor, XtCForeground, XtRPixel, sizeof(Pixel), 151 {XtNcursorColor, XtCForeground, XtRPixel, sizeof(Pixel),
148 offset(cursor_color), XtRString, "XtDefaultForeground"}, 152 offset(cursor_color), XtRString, "XtDefaultForeground"},
149 {XtNbarCursor, XtCBarCursor, XtRBoolean, sizeof (Boolean), 153 {XtNbarCursor, XtCBarCursor, XtRBoolean, sizeof (Boolean),
150 offset (bar_cursor), XtRImmediate, (XtPointer)0}, 154 offset (bar_cursor), XtRImmediate, (XtPointer)0},
151 {XtNvisualBell, XtCVisualBell, XtRBoolean, sizeof (Boolean), 155 {XtNvisualBell, XtCVisualBell, XtRBoolean, sizeof (Boolean),