Lines Matching defs:onValue
106 char *onValue; /* Value to store in variable when selected
210 DEF_MENU_ENTRY_ON_VALUE, Tk_Offset(MenuEntry, onValue),
223 DEF_MENU_ENTRY_VALUE, Tk_Offset(MenuEntry, onValue),
808 if (Tcl_SetVar(interp, mePtr->name, mePtr->onValue,
814 if (Tcl_SetVar(interp, mePtr->name, mePtr->onValue,
1472 if (mePtr->onValue == NULL) {
1473 mePtr->onValue = (char *) ckalloc((unsigned)
1475 strcpy(mePtr->onValue, (mePtr->label == NULL) ? "" : mePtr->label);
1488 if (strcmp(value, mePtr->onValue) == 0) {
2289 mePtr->onValue = NULL;
2446 if (strcmp(value, mePtr->onValue) == 0) {