Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dtkgate.h355 GC scopeOneGC; /* Scope GC for non-zero signal values */ member
H A Dscope.c213 if (nbits == 1) return TkGate.scopeOneGC; in GValue_getColor()
226 return TkGate.scopeOneGC; in GValue_getColor()
H A Dtkgatewin.c364 Tkg_setColor(TkGate.scopeOneGC, GXcopy, Tcl_GetVar(TkGate.tcl,"tkg_oneColor",TCL_GLOBAL_ONLY)); in setGCcolors()
423 TkGate.scopeOneGC = Tkg_createGC(GXcopy,"green4",TkGate.stextXF[1]); in initGCs()