comparison src/EmacsFrame.c @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 6a378aca36af
children fe104dbd9147
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
101 {XtNleftToolBarWidth, XtCLeftToolBarWidth, XtRInt, sizeof (int), 101 {XtNleftToolBarWidth, XtCLeftToolBarWidth, XtRInt, sizeof (int),
102 offset (left_toolbar_width), XtRImmediate, (XtPointer)-1}, 102 offset (left_toolbar_width), XtRImmediate, (XtPointer)-1},
103 {XtNrightToolBarWidth, XtCRightToolBarWidth, XtRInt, sizeof (int), 103 {XtNrightToolBarWidth, XtCRightToolBarWidth, XtRInt, sizeof (int),
104 offset (right_toolbar_width), XtRImmediate, (XtPointer)-1}, 104 offset (right_toolbar_width), XtRImmediate, (XtPointer)-1},
105 {XtNtopToolBarShadowColor, XtCTopToolBarShadowColor, XtRPixel, sizeof(Pixel), 105 {XtNtopToolBarShadowColor, XtCTopToolBarShadowColor, XtRPixel, sizeof(Pixel),
106 offset(top_toolbar_shadow_pixel), XtRString, (String) "Gray90"}, 106 offset(top_toolbar_shadow_pixel), XtRString, (String) "black"},
107 {XtNbottomToolBarShadowColor, XtCBottomToolBarShadowColor, XtRPixel, 107 {XtNbottomToolBarShadowColor, XtCBottomToolBarShadowColor, XtRPixel,
108 sizeof(Pixel), offset(bottom_toolbar_shadow_pixel), XtRString, 108 sizeof(Pixel), offset(bottom_toolbar_shadow_pixel), XtRString,
109 (String) "Gray40"}, 109 (String) "black"},
110 {XtNbackgroundToolBarColor, XtCBackgroundToolBarColor, XtRPixel, 110 {XtNbackgroundToolBarColor, XtCBackgroundToolBarColor, XtRPixel,
111 sizeof(Pixel), offset(background_toolbar_pixel), XtRString, 111 sizeof(Pixel), offset(background_toolbar_pixel), XtRString,
112 (String) "Gray75"}, 112 (String) "Gray75"},
113 {XtNtopToolBarShadowPixmap, XtCTopToolBarShadowPixmap, XtRPixmap, 113 {XtNtopToolBarShadowPixmap, XtCTopToolBarShadowPixmap, XtRPixmap,
114 sizeof (Pixmap), offset(top_toolbar_shadow_pixmap), XtRImmediate, 114 sizeof (Pixmap), offset(top_toolbar_shadow_pixmap), XtRImmediate,