Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dtkgate.h356 GC scopeZeroGC; /* Scope GC for 0 signal values */ member
H A Dscope.c216 if (nbits == 1) return TkGate.scopeZeroGC; in GValue_getColor()
224 return TkGate.scopeZeroGC; in GValue_getColor()
H A Dtkgatewin.c365 Tkg_setColor(TkGate.scopeZeroGC, GXcopy, Tcl_GetVar(TkGate.tcl,"tkg_zeroColor",TCL_GLOBAL_ONLY)); in setGCcolors()
424 TkGate.scopeZeroGC = Tkg_createGC(GXcopy,"magenta",TkGate.stextXF[1]); in initGCs()