Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.c670 XDrawLine(TkGate.D,TkGate.ScopeW,TkGate.scopeXHairGC,Scope->xhair_x,0, in GScope_showCrossLine()
682 XDrawLine(TkGate.D,TkGate.ScopeW,TkGate.scopeXHairGC,Scope->xhair_x,0, in GScope_hideCrossLine()
696 XDrawLine(TkGate.D,TkGate.ScopeW,TkGate.scopeXHairGC,Scope->xhair_x,0, in GScope_drawCrossLine()
704 XDrawLine(TkGate.D,TkGate.ScopeW,TkGate.scopeXHairGC,Scope->xhair_x,0, in GScope_drawCrossLine()
H A Dtkgate.h360 GC scopeXHairGC; /* Scope GC for crosshair. */ member
H A Dtkgatewin.c362 Tkg_setColor(TkGate.scopeXHairGC, GXxor, Tcl_GetVar(TkGate.tcl,"tkg_gridColor",TCL_GLOBAL_ONLY)); in setGCcolors()
420 TkGate.scopeXHairGC = Tkg_createGC(GXxor,"black",TkGate.textXF[1]); in initGCs()