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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SmeBSBP.h77 GC norm_gc; /* noral color gc. */ member in struct:__anon319
H A DXaw3_1Command.c438 GC norm_gc, rev_gc; local
463 norm_gc = cbw->command.inverse_GC;
467 norm_gc = cbw->command.normal_GC;
475 cbw->label.normal_GC = norm_gc; /* Give the label the right GC. */
H A DXaw3_1SmeBSB.c234 entry->sme_bsb.norm_gc, 0, y_loc,
240 gc = entry->sme_bsb.norm_gc;
576 entry->sme_bsb.norm_gc = XtGetGC(w, mask, &values);
606 XtReleaseGC(w, entry->sme_bsb.norm_gc);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSmeBSBP.h82 GC norm_gc; /* noral color gc. */ member in struct:__anon387
H A DCommand.c422 GC norm_gc, rev_gc; local
447 norm_gc = cbw->command.inverse_GC;
451 norm_gc = cbw->command.normal_GC;
459 cbw->label.normal_GC = norm_gc; /* Give the label the right GC. */
H A DSmeBSB.c261 entry->sme_bsb.norm_gc, 0, y_loc,
267 gc = entry->sme_bsb.norm_gc;
700 entry->sme_bsb.norm_gc = XtAllocateGC(w, 0, mask_i18n, &values, GCFont, 0 );
702 entry->sme_bsb.norm_gc = XtGetGC(w, mask, &values);
736 XtReleaseGC(w, entry->sme_bsb.norm_gc);

Completed in 17 milliseconds