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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Scrollbar.c315 XGCValues gcValues; local
335 gcValues.foreground = sbw->scrollbar.foreground;
336 gcValues.background = sbw->core.background_pixel;
341 gcValues.fill_style = FillOpaqueStippled;
342 gcValues.stipple = sbw->scrollbar.thumb;
346 gcValues.fill_style = FillTiled;
347 gcValues.tile = sbw->scrollbar.thumb;
351 sbw->scrollbar.gc = XtGetGC( w, mask, &gcValues);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DScrollbar.c336 XGCValues gcValues; local
356 gcValues.foreground = sbw->scrollbar.foreground;
357 gcValues.background = sbw->core.background_pixel;
362 gcValues.fill_style = FillOpaqueStippled;
363 gcValues.stipple = sbw->scrollbar.thumb;
367 gcValues.fill_style = FillTiled;
368 gcValues.tile = sbw->scrollbar.thumb;
372 sbw->scrollbar.gc = XtGetGC( w, mask, &gcValues);

Completed in 13 milliseconds