Lines Matching refs:core
30 XtOffset(Widget,core.width), XtRDimension, (caddr_t)&defDim},
32 XtOffset(Widget,core.height), XtRDimension, (caddr_t)&defDim},
34 XtOffset(Widget,core.background_pixel), XtRString, "White"},
45 { /* core fields */
92 Pixel bg = w->core.background_pixel;
94 if (w->core.border_pixel == fg)
95 w->core.border_pixel = bg;
97 w->core.background_pixel = fg;
102 gcv.foreground = w->core.background_pixel;
132 0, 0, (unsigned int) w->core.width,
133 (unsigned int) w->core.height);
146 (new->core.background_pixel != current->core.background_pixel)) {
151 gcv.foreground = new->core.background_pixel;