Searched refs:bgColorPtr (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A Dtk3d.h50 XColor *bgColorPtr; /* Background color (intensity between member in struct:TkBorder
H A Dtk3d.c197 XColor *bgColorPtr;
225 bgColorPtr = Tk_GetColor(interp, tkwin, colorName);
226 if (bgColorPtr == NULL) {
240 borderPtr->bgColorPtr = bgColorPtr;
256 gcValues.foreground = borderPtr->bgColorPtr->pixel;
356 return ((TkBorder *) border)->bgColorPtr;
440 if (borderPtr->bgColorPtr != NULL) {
441 Tk_FreeColor(borderPtr->bgColorPtr);
605 Tk_SetWindowBackground(tkwin, borderPtr->bgColorPtr
195 XColor *bgColorPtr; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A Dtk3d.h52 XColor *bgColorPtr; /* Background color (intensity member in struct:TkBorder
H A Dtk3d.c198 XColor *bgColorPtr;
226 bgColorPtr = Tk_GetColor(interp, tkwin, colorName);
227 if (bgColorPtr == NULL) {
241 borderPtr->bgColorPtr = bgColorPtr;
258 gcValues.foreground = borderPtr->bgColorPtr->pixel;
361 return(((TkBorder *) border)->bgColorPtr);
446 if (borderPtr->bgColorPtr != NULL) {
447 Tk_FreeColor(borderPtr->bgColorPtr);
612 Tk_SetWindowBackground(tkwin, borderPtr->bgColorPtr
196 XColor *bgColorPtr; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWin3d.c357 if ((TkWinIndexOfColor(borderPtr->bgColorPtr) == COLOR_3DFACE)
358 || (TkWinIndexOfColor(borderPtr->bgColorPtr) == COLOR_WINDOW)) {
378 lightColor = *(borderPtr->bgColorPtr);
414 r = (int) borderPtr->bgColorPtr->red;
415 g = (int) borderPtr->bgColorPtr->green;
416 b = (int) borderPtr->bgColorPtr->blue;
490 gcValues.foreground = borderPtr->bgColorPtr->pixel;
497 gcValues.background = borderPtr->bgColorPtr->pixel;
515 if (borderPtr->bgColorPtr->pixel
556 return borderPtr->info.bgColorPtr
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWin3d.c361 if ((TkWinIndexOfColor(borderPtr->bgColorPtr) == COLOR_3DFACE)
362 || (TkWinIndexOfColor(borderPtr->bgColorPtr) == COLOR_WINDOW)) {
382 lightColor = *(borderPtr->bgColorPtr);
421 r = (int) borderPtr->bgColorPtr->red;
422 g = (int) borderPtr->bgColorPtr->green;
423 b = (int) borderPtr->bgColorPtr->blue;
497 gcValues.foreground = borderPtr->bgColorPtr->pixel;
504 gcValues.background = borderPtr->bgColorPtr->pixel;
522 if (borderPtr->bgColorPtr->pixel
564 return borderPtr->info.bgColorPtr
[all...]
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnix3d.c389 r = (int) borderPtr->bgColorPtr->red;
390 g = (int) borderPtr->bgColorPtr->green;
391 b = (int) borderPtr->bgColorPtr->blue;
465 gcValues.foreground = borderPtr->bgColorPtr->pixel;
489 if (borderPtr->bgColorPtr->pixel
H A DtkUnixButton.c183 disableColor = bg_brdr->bgColorPtr;
187 selectColor = bg_brdr->bgColorPtr;
260 Tk_GetColorByValue(tkwin, bg_brdr->bgColorPtr)->pixel;
262 Tk_GetColorByValue(tkwin, bg_brdr->bgColorPtr)->pixel;
272 Tk_GetColorByValue(tkwin, bg_brdr->bgColorPtr)->pixel;
294 gcValues.background = bg_brdr->bgColorPtr->pixel;
689 selColor = selBorder->bgColorPtr;
705 selColor = selBorder->bgColorPtr;
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnix3d.c398 r = (int) borderPtr->bgColorPtr->red;
399 g = (int) borderPtr->bgColorPtr->green;
400 b = (int) borderPtr->bgColorPtr->blue;
474 gcValues.foreground = borderPtr->bgColorPtr->pixel;
498 if (borderPtr->bgColorPtr->pixel

Completed in 99 milliseconds