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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1ListP.h97 graygc; /* used when inactive. */ member in struct:__anon305
H A DXaw3_1List.c189 lw->list.graygc = XtGetGC(w, (unsigned) GCFont | GCTile | GCFillStyle,
494 gc = lw->list.graygc;
509 gc = lw->list.graygc;
827 XtDestroyGC(cl->list.graygc);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DListP.h97 graygc; /* used when inactive. */ member in struct:__anon369
H A DList.c215 lw->list.graygc = XtAllocateGC( w, 0, (unsigned) GCTile | GCFillStyle,
218 lw->list.graygc = XtGetGC( w, (unsigned) GCFont | GCTile | GCFillStyle,
613 gc = lw->list.graygc;
628 gc = lw->list.graygc;
980 XGetGCValues(XtDisplay(current), cl->list.graygc, GCTile, &values);
982 XtReleaseGC(current, cl->list.graygc);
1058 XGetGCValues(XtDisplay(w), lw->list.graygc, GCTile, &values);
1060 XtReleaseGC(w, lw->list.graygc);

Completed in 20 milliseconds