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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SmeBSBP.h79 GC norm_gray_gc; /* Normal color (grayed out) gc. */ member in struct:__anon319
H A DXaw3_1SmeBSB.c243 gc = entry->sme_bsb.norm_gray_gc;
585 entry->sme_bsb.norm_gray_gc = XtGetGC(w, mask, &values);
607 XtReleaseGC(w, entry->sme_bsb.norm_gray_gc);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSmeBSBP.h84 GC norm_gray_gc; /* Normal color (grayed out) gc. */ member in struct:__anon387
H A DSmeBSB.c270 gc = entry->sme_bsb.norm_gray_gc;
713 entry->sme_bsb.norm_gray_gc = XtAllocateGC(w, 0, mask_i18n, &values, GCFont, 0 );
715 entry->sme_bsb.norm_gray_gc = XtGetGC(w, mask, &values);
737 XtReleaseGC(w, entry->sme_bsb.norm_gray_gc);

Completed in 595 milliseconds