Lines Matching defs:values
207 XGCValues values;
209 values.foreground = lw->label.foreground;
210 values.background = lw->core.background_pixel;
211 values.font = lw->label.font->fid;
216 &values);
222 XGCValues values;
224 values.foreground = lw->label.foreground;
225 values.background = lw->core.background_pixel;
226 values.font = lw->label.font->fid;
227 values.fill_style = FillTiled;
228 values.tile = XmuCreateStippledPixmap(XtScreen((Widget)lw),
233 lw->label.stipple = values.tile;
237 &values);