Searched refs:Tk_GetGC (Results 1 - 25 of 80) sorted by relevance

1234

/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnix3d.c169 unixBorderPtr->solidGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
257 unixBorderPtr->solidGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
409 borderPtr->darkGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
446 borderPtr->lightGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
469 borderPtr->darkGC = Tk_GetGC(tkwin,
472 borderPtr->lightGC = Tk_GetGC(tkwin,
487 borderPtr->lightGC = Tk_GetGC(tkwin,
492 borderPtr->darkGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
495 borderPtr->lightGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
H A DtkUnixScrlbr.c407 new = Tk_GetGC(scrollPtr->tkwin, GCForeground, &gcValues);
414 unixScrollPtr->copyGC = Tk_GetGC(scrollPtr->tkwin, GCGraphicsExposures,
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnix3d.c172 unixBorderPtr->solidGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
263 unixBorderPtr->solidGC = Tk_GetGC(tkwin, GCForeground,
418 borderPtr->darkGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
455 borderPtr->lightGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
478 borderPtr->darkGC = Tk_GetGC(tkwin,
481 borderPtr->lightGC = Tk_GetGC(tkwin,
496 borderPtr->lightGC = Tk_GetGC(tkwin,
501 borderPtr->darkGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
504 borderPtr->lightGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
H A DtkUnixScrlbr.c407 new = Tk_GetGC(scrollPtr->tkwin, GCForeground, &gcValues);
414 unixScrollPtr->copyGC = Tk_GetGC(scrollPtr->tkwin, GCGraphicsExposures,
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWin3d.c362 borderPtr->darkGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
366 borderPtr->lightGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
434 borderPtr->darkGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
471 borderPtr->lightGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
494 borderPtr->darkGC = Tk_GetGC(tkwin,
498 borderPtr->lightGC = Tk_GetGC(tkwin,
513 borderPtr->lightGC = Tk_GetGC(tkwin,
518 borderPtr->darkGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
521 borderPtr->lightGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWin3d.c366 borderPtr->darkGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
370 borderPtr->lightGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
441 borderPtr->darkGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
478 borderPtr->lightGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
501 borderPtr->darkGC = Tk_GetGC(tkwin,
505 borderPtr->lightGC = Tk_GetGC(tkwin,
520 borderPtr->lightGC = Tk_GetGC(tkwin,
525 borderPtr->darkGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
528 borderPtr->lightGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkMenuDraw.c213 newGC = Tk_GetGC(menuPtr->tkwin, GCForeground|GCBackground|GCFont,
242 newGC = Tk_GetGC(menuPtr->tkwin, mask, &gcValues);
256 newGC = Tk_GetGC(menuPtr->tkwin,
270 newGC = Tk_GetGC(menuPtr->tkwin, GCForeground|GCBackground|GCFont,
281 newGC = Tk_GetGC(menuPtr->tkwin, GCForeground|GCBackground|GCFont,
356 newGC = Tk_GetGC(menuPtr->tkwin,
364 newIndicatorGC = Tk_GetGC(menuPtr->tkwin,
381 newDisabledGC = Tk_GetGC(menuPtr->tkwin, mask, &gcValues);
392 newActiveGC = Tk_GetGC(menuPtr->tkwin,
H A DtkMenubutton.c692 gc = Tk_GetGC(mbPtr->tkwin, mask, &gcValues);
701 gc = Tk_GetGC(mbPtr->tkwin, mask, &gcValues);
724 mbPtr->stippleGC = Tk_GetGC(mbPtr->tkwin, mask, &gcValues);
738 gc = Tk_GetGC(mbPtr->tkwin, mask, &gcValues);
H A DtkGC.c50 * Tk_GetGC --
70 Tk_GetGC(
262 Tcl_Panic("GC already registered in Tk_GetGC");
280 * Tk_GetGC.
302 Tcl_Panic("Tk_FreeGC called before Tk_GetGC");
69 Tk_GetGC( function
H A DtkOldTest.c278 instPtr->gc = Tk_GetGC(tkwin, GCForeground, &gcValues);
H A DtkScale.c736 gc = Tk_GetGC(scalePtr->tkwin, GCForeground, &gcValues);
744 gc = Tk_GetGC(scalePtr->tkwin, GCForeground | GCFont, &gcValues);
752 scalePtr->copyGC = Tk_GetGC(scalePtr->tkwin, GCGraphicsExposures,
H A DtkButton.c1370 newGC = Tk_GetGC(butPtr->tkwin, mask, &gcValues);
1380 newGC = Tk_GetGC(butPtr->tkwin, mask, &gcValues);
1404 butPtr->stippleGC = Tk_GetGC(butPtr->tkwin, mask, &gcValues);
1418 newGC = Tk_GetGC(butPtr->tkwin, mask, &gcValues);
1425 butPtr->copyGC = Tk_GetGC(butPtr->tkwin, 0, &gcValues);
H A DtkCanvText.c462 newGC = Tk_GetGC(tkwin, mask, &gcValues);
473 newSelGC = Tk_GetGC(tkwin, mask|GCForeground, &gcValues);
492 newGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
H A DtkSquare.c344 squarePtr->gc = Tk_GetGC(squarePtr->tkwin,
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkMenuDraw.c214 newGC = Tk_GetGC(menuPtr->tkwin, GCForeground|GCBackground|GCFont,
243 newGC = Tk_GetGC(menuPtr->tkwin, mask, &gcValues);
257 newGC = Tk_GetGC(menuPtr->tkwin,
271 newGC = Tk_GetGC(menuPtr->tkwin, GCForeground|GCBackground|GCFont,
282 newGC = Tk_GetGC(menuPtr->tkwin, GCForeground|GCBackground|GCFont,
359 newGC = Tk_GetGC(menuPtr->tkwin,
367 newIndicatorGC = Tk_GetGC(menuPtr->tkwin,
384 newDisabledGC = Tk_GetGC(menuPtr->tkwin, mask, &gcValues);
395 newActiveGC = Tk_GetGC(menuPtr->tkwin,
H A DtkMenubutton.c703 gc = Tk_GetGC(mbPtr->tkwin, mask, &gcValues);
712 gc = Tk_GetGC(mbPtr->tkwin, mask, &gcValues);
735 mbPtr->stippleGC = Tk_GetGC(mbPtr->tkwin, mask, &gcValues);
749 gc = Tk_GetGC(mbPtr->tkwin, mask, &gcValues);
H A DtkGC.c51 * Tk_GetGC --
71 Tk_GetGC(tkwin, valueMask, valuePtr)
263 panic("GC already registered in Tk_GetGC");
281 * Tk_GetGC.
303 panic("Tk_FreeGC called before Tk_GetGC");
70 Tk_GetGC(tkwin, valueMask, valuePtr) function
H A DtkScale.c754 gc = Tk_GetGC(scalePtr->tkwin, GCForeground, &gcValues);
762 gc = Tk_GetGC(scalePtr->tkwin, GCForeground | GCFont, &gcValues);
770 scalePtr->copyGC = Tk_GetGC(scalePtr->tkwin, GCGraphicsExposures,
H A DtkButton.c1342 newGC = Tk_GetGC(butPtr->tkwin, mask, &gcValues);
1352 newGC = Tk_GetGC(butPtr->tkwin, mask, &gcValues);
1376 butPtr->stippleGC = Tk_GetGC(butPtr->tkwin, mask, &gcValues);
1390 newGC = Tk_GetGC(butPtr->tkwin, mask, &gcValues);
1397 butPtr->copyGC = Tk_GetGC(butPtr->tkwin, 0, &gcValues);
H A DtkCanvText.c464 newGC = Tk_GetGC(tkwin, mask, &gcValues);
475 newSelGC = Tk_GetGC(tkwin, mask|GCForeground, &gcValues);
494 newGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
H A DtkSquare.c351 squarePtr->gc = Tk_GetGC(squarePtr->tkwin,
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/pixmap/
H A DpixmapUnix.c179 gc = Tk_GetGC(instancePtr->tkwin, 0, NULL);
213 gc = Tk_GetGC(instancePtr->tkwin, gcMask, &gcValues);
H A DpixmapWin.c141 gc = Tk_GetGC(instancePtr->tkwin, GCForeground, &gcValues);
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkLabel.c139 gc1 = Tk_GetGC(tkwin, GCFont | GCForeground, &gcValues);
141 gc2 = Tk_GetGC(tkwin, GCFont | GCForeground, &gcValues);
296 gc = Tk_GetGC(tkwin, mask, &gcvalues);
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeMarquee.c335 gc = Tk_GetGC(tree->tkwin, mask, &gcValues);

Completed in 289 milliseconds

1234