Home
last modified time | relevance | path

Searched refs:scopeSelectGC (Results 1 – 3 of 3) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.c598 XFillRectangle(TkGate.D,TkGate.ScopeW,TkGate.scopeSelectGC,0,y-ScopeHIGH-1, in GTrace_draw()
737 XFillRectangle(TkGate.D,TkGate.ScopeW,TkGate.scopeSelectGC, in GScope_drawSelection()
800 XFillRectangle(TkGate.D,TkGate.ScopeW,TkGate.scopeSelectGC, in GScope_moveSelection()
H A Dtkgate.h361 GC scopeSelectGC; /* Scope GC for scope selection. */ member
H A Dtkgatewin.c421 TkGate.scopeSelectGC = Tkg_createGC(GXxor,"grey90",TkGate.textXF[1]); in initGCs()