Lines Matching defs:disabledFg
94 XColor *disabledFg; /* Foreground color when disabled. NULL
103 * disabledFg is NULL. */
105 * disabledFg isn't NULL, this GC is used to
266 Tk_Offset(Button, disabledFg), BUTTON_MASK|CHECK_BUTTON_MASK
270 Tk_Offset(Button, disabledFg), BUTTON_MASK|CHECK_BUTTON_MASK
558 butPtr->disabledFg = NULL;
945 if ((butPtr->disabledFg != NULL) && (butPtr->imageString == NULL)) {
946 gcValues.foreground = butPtr->disabledFg->pixel;
1155 if ((butPtr->state == tkDisabledUid) && (butPtr->disabledFg != NULL)) {
1361 && ((butPtr->disabledFg == NULL) || (butPtr->image != NULL))) {