Lines Matching refs:foreground
72 * means use foreground color from menu. */
77 * active. NULL means use active foreground
189 {TK_CONFIG_COLOR, "-foreground", (char *) NULL, (char *) NULL,
375 {TK_CONFIG_SYNONYM, "-fg", "foreground", (char *) NULL,
379 {TK_CONFIG_COLOR, "-foreground", "foreground", "Foreground",
1180 gcValues.foreground = menuPtr->fg->pixel;
1190 gcValues.foreground = menuPtr->disabledFg->pixel;
1193 gcValues.foreground = gcValues.background;
1212 gcValues.foreground = menuPtr->activeFg->pixel;
1221 gcValues.foreground = menuPtr->indicatorFg->pixel;
1398 gcValues.foreground = (mePtr->fg != NULL) ? mePtr->fg->pixel
1418 gcValues.foreground = menuPtr->disabledFg->pixel;
1421 gcValues.foreground = gcValues.background;
1428 gcValues.foreground = (mePtr->activeFg != NULL)
1454 gcValues.foreground = mePtr->indicatorFg->pixel;
1794 * Choose the gc for drawing the foreground part of the entry.
1989 * foreground color, generate the stippled effect.