Searched refs:gcValues (Results 1 - 22 of 22) sorted by relevance

/ast/src/lib/libtk/generic/
H A Dtk3d.c132 XGCValues gcValues;
183 gcValues.foreground = borderPtr->bgColorPtr->pixel;
184 borderPtr->bgGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
1236 XGCValues gcValues;
1266 gcValues.foreground = borderPtr->darkColorPtr->pixel;
1267 borderPtr->darkGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
1294 gcValues.foreground = borderPtr->lightColorPtr->pixel;
1295 borderPtr->lightGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
1314 gcValues.foreground = borderPtr->bgColorPtr->pixel;
1315 gcValues
131 XGCValues gcValues; local
1218 XGCValues gcValues; local
[all...]
H A DtkMenubutton.c567 XGCValues gcValues;
612 gcValues.font = mbPtr->fontPtr->fid;
613 gcValues.foreground = mbPtr->normalFg->pixel;
614 gcValues.background = Tk_3DBorderColor(mbPtr->normalBorder)->pixel;
622 gcValues.graphics_exposures = False;
624 GCForeground|GCBackground|GCFont|GCGraphicsExposures, &gcValues);
630 gcValues.font = mbPtr->fontPtr->fid;
631 gcValues.foreground = mbPtr->activeFg->pixel;
632 gcValues.background = Tk_3DBorderColor(mbPtr->activeBorder)->pixel;
634 &gcValues);
563 XGCValues gcValues; local
[all...]
H A DtkCanvPoly.c341 XGCValues gcValues;
363 gcValues.foreground = polyPtr->outlineColor->pixel;
364 gcValues.line_width = polyPtr->width;
365 gcValues.cap_style = CapRound;
366 gcValues.join_style = JoinRound;
368 newGC = Tk_GetGC(tkwin, mask, &gcValues);
378 gcValues.foreground = polyPtr->fillColor->pixel;
381 gcValues.stipple = polyPtr->fillStipple;
382 gcValues.fill_style = FillStippled;
385 newGC = Tk_GetGC(tkwin, mask, &gcValues);
338 XGCValues gcValues; local
[all...]
H A DtkMenu.c1161 XGCValues gcValues;
1179 gcValues.font = menuPtr->fontPtr->fid;
1180 gcValues.foreground = menuPtr->fg->pixel;
1181 gcValues.background = Tk_3DBorderColor(menuPtr->border)->pixel;
1183 &gcValues);
1190 gcValues.foreground = menuPtr->disabledFg->pixel;
1193 gcValues.foreground = gcValues.background;
1201 gcValues.fill_style = FillStippled;
1202 gcValues
1156 XGCValues gcValues; local
1318 XGCValues gcValues; local
[all...]
H A DtkButton.c863 XGCValues gcValues;
911 gcValues.font = butPtr->fontPtr->fid;
912 gcValues.foreground = butPtr->normalFg->pixel;
913 gcValues.background = Tk_3DBorderColor(butPtr->normalBorder)->pixel;
921 gcValues.graphics_exposures = False;
924 &gcValues);
931 gcValues.font = butPtr->fontPtr->fid;
932 gcValues.foreground = butPtr->activeFg->pixel;
933 gcValues.background = Tk_3DBorderColor(butPtr->activeBorder)->pixel;
935 GCForeground|GCBackground|GCFont, &gcValues);
858 XGCValues gcValues; local
[all...]
H A DtkCanvArc.c360 XGCValues gcValues;
400 gcValues.foreground = arcPtr->outlineColor->pixel;
401 gcValues.cap_style = CapButt;
402 gcValues.line_width = arcPtr->width;
405 gcValues.stipple = arcPtr->outlineStipple;
406 gcValues.fill_style = FillStippled;
409 newGC = Tk_GetGC(tkwin, mask, &gcValues);
419 gcValues.foreground = arcPtr->fillColor->pixel;
421 gcValues.arc_mode = ArcChord;
423 gcValues
357 XGCValues gcValues; local
[all...]
H A DtkRectOval.c314 XGCValues gcValues;
336 gcValues.foreground = rectOvalPtr->outlineColor->pixel;
337 gcValues.cap_style = CapProjecting;
338 gcValues.line_width = rectOvalPtr->width;
340 newGC = Tk_GetGC(tkwin, mask, &gcValues);
350 gcValues.foreground = rectOvalPtr->fillColor->pixel;
352 gcValues.stipple = rectOvalPtr->fillStipple;
353 gcValues.fill_style = FillStippled;
358 newGC = Tk_GetGC(tkwin, mask, &gcValues);
311 XGCValues gcValues; local
H A DtkSquare.c337 XGCValues gcValues;
338 gcValues.function = GXcopy;
339 gcValues.graphics_exposures = False;
341 GCFunction|GCGraphicsExposures, &gcValues);
334 XGCValues gcValues; local
H A DtkCanvText.c350 XGCValues gcValues;
371 gcValues.foreground = textPtr->color->pixel;
372 gcValues.font = textPtr->fontPtr->fid;
375 gcValues.stipple = textPtr->stipple;
376 gcValues.fill_style = FillStippled;
379 newGC = Tk_GetGC(tkwin, mask, &gcValues);
380 gcValues.foreground = textInfoPtr->selFgColorPtr->pixel;
381 newSelGC = Tk_GetGC(tkwin, mask, &gcValues);
396 gcValues.foreground = WhitePixelOfScreen(Tk_Screen(tkwin));
398 gcValues
347 XGCValues gcValues; local
[all...]
H A DtkCanvBmap.c267 XGCValues gcValues;
283 gcValues.foreground = bmapPtr->fgColor->pixel;
286 gcValues.background = bmapPtr->bgColor->pixel;
289 gcValues.clip_mask = bmapPtr->bitmap;
292 newGC = Tk_GetGC(tkwin, mask, &gcValues);
264 XGCValues gcValues; local
H A DtkCanvLine.c426 XGCValues gcValues;
445 gcValues.foreground = linePtr->fg->pixel;
446 gcValues.join_style = linePtr->joinStyle;
450 gcValues.line_width = linePtr->width;
453 gcValues.stipple = linePtr->fillStipple;
454 gcValues.fill_style = FillStippled;
458 gcValues.cap_style = linePtr->capStyle;
461 newGC = Tk_GetGC(tkwin, mask, &gcValues);
462 gcValues.line_width = 0;
463 arrowGC = Tk_GetGC(tkwin, mask, &gcValues);
423 XGCValues gcValues; local
[all...]
H A DtkImgBmap.c341 XGCValues gcValues;
399 gcValues.foreground = instancePtr->fg->pixel;
400 gcValues.graphics_exposures = False;
403 gcValues.background = instancePtr->bg->pixel;
406 gcValues.clip_mask = instancePtr->mask;
410 gcValues.clip_mask = instancePtr->bitmap;
413 gc = Tk_GetGC(instancePtr->tkwin, mask, &gcValues);
338 XGCValues gcValues; local
H A DtkColor.c404 XGCValues gcValues;
416 gcValues.foreground = tkColPtr->color.pixel;
418 drawable, GCForeground, &gcValues);
400 XGCValues gcValues; local
H A DtkMessage.c413 XGCValues gcValues;
470 gcValues.font = msgPtr->fontPtr->fid;
471 gcValues.foreground = msgPtr->fgColorPtr->pixel;
473 &gcValues);
409 XGCValues gcValues; local
H A DtkScrollbar.c719 XGCValues gcValues;
751 gcValues.foreground = scrollPtr->troughColorPtr->pixel;
752 new = Tk_GetGC(scrollPtr->tkwin, GCForeground, &gcValues);
758 gcValues.graphics_exposures = False;
760 &gcValues);
715 XGCValues gcValues; local
H A DtkEntry.c871 XGCValues gcValues;
926 gcValues.foreground = entryPtr->fgColorPtr->pixel;
927 gcValues.font = entryPtr->fontPtr->fid;
928 gcValues.graphics_exposures = False;
930 &gcValues);
936 gcValues.foreground = entryPtr->selFgColorPtr->pixel;
937 gcValues.font = entryPtr->fontPtr->fid;
938 new = Tk_GetGC(entryPtr->tkwin, GCForeground|GCFont, &gcValues);
867 XGCValues gcValues; local
H A DtkListbox.c954 XGCValues gcValues;
976 gcValues.foreground = listPtr->fgColorPtr->pixel;
977 gcValues.font = listPtr->fontPtr->fid;
978 gcValues.graphics_exposures = False;
980 &gcValues);
986 gcValues.foreground = listPtr->selFgColorPtr->pixel;
987 gcValues.font = listPtr->fontPtr->fid;
988 new = Tk_GetGC(listPtr->tkwin, GCForeground|GCFont, &gcValues);
950 XGCValues gcValues; local
H A DtkScale.c696 XGCValues gcValues;
795 gcValues.foreground = scalePtr->troughColorPtr->pixel;
796 newGC = Tk_GetGC(scalePtr->tkwin, GCForeground, &gcValues);
802 gcValues.graphics_exposures = False;
804 &gcValues);
809 gcValues.font = scalePtr->fontPtr->fid;
810 gcValues.foreground = scalePtr->textColorPtr->pixel;
811 newGC = Tk_GetGC(scalePtr->tkwin, GCForeground|GCFont, &gcValues);
692 XGCValues gcValues; local
H A DtkTextDisp.c369 XGCValues gcValues;
375 gcValues.graphics_exposures = True;
377 &gcValues);
469 XGCValues gcValues;
629 gcValues.foreground = Tk_3DBorderColor(styleValues.border)->pixel;
632 gcValues.stipple = styleValues.bgStipple;
633 gcValues.fill_style = FillStippled;
636 stylePtr->bgGC = Tk_GetGC(textPtr->tkwin, mask, &gcValues);
641 gcValues.foreground = styleValues.fgColor->pixel;
642 gcValues
368 XGCValues gcValues; local
466 XGCValues gcValues; local
2761 XGCValues gcValues; local
[all...]
H A DtkTest.c931 XGCValues gcValues;
940 gcValues.foreground = instPtr->fg->pixel;
941 instPtr->gc = Tk_GetGC(tkwin, GCForeground, &gcValues);
923 XGCValues gcValues; local
H A DtkCanvas.c1466 XGCValues gcValues;
1487 gcValues.function = GXcopy;
1488 gcValues.foreground = Tk_3DBorderColor(canvasPtr->bgBorder)->pixel;
1489 gcValues.graphics_exposures = False;
1491 GCFunction|GCForeground|GCGraphicsExposures, &gcValues);
1462 XGCValues gcValues; local
H A DtkImgPhoto.c1608 XGCValues gcValues;
1741 gcValues.foreground = (white != NULL)? white->pixel:
1743 gcValues.background = (black != NULL)? black->pixel:
1745 gcValues.graphics_exposures = False;
1747 GCForeground|GCBackground|GCGraphicsExposures, &gcValues);
1601 XGCValues gcValues; local

Completed in 95 milliseconds