Searched refs:gcValues (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DScrollbar.c467 XGCValues gcValues; local in function:CreateGC
484 gcValues.foreground = sbw->scrollbar.foreground;
485 gcValues.background = sbw->core.background_pixel;
490 gcValues.fill_style = FillOpaqueStippled;
491 gcValues.stipple = sbw->scrollbar.thumb;
495 gcValues.fill_style = FillTiled;
496 gcValues.tile = sbw->scrollbar.thumb;
500 sbw->scrollbar.gc = XtGetGC(w, mask, &gcValues);

Completed in 2 milliseconds