Lines Matching defs:disabledFg
89 XColor *disabledFg; /* Foreground color when disabled. NULL
96 * disabledFg is NULL. */
98 * disabledFg isn't NULL, this GC is used to
211 Tk_Offset(MenuButton, disabledFg),
215 Tk_Offset(MenuButton, disabledFg),
369 mbPtr->disabledFg = NULL;
642 if ((mbPtr->disabledFg != NULL) && (mbPtr->imageString == NULL)) {
643 gcValues.foreground = mbPtr->disabledFg->pixel;
794 if ((mbPtr->state == tkDisabledUid) && (mbPtr->disabledFg != NULL)) {
897 && ((mbPtr->disabledFg == NULL) || (mbPtr->image != NULL))) {