Searched refs:invalidCmd (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkEntry.h179 char *invalidCmd; /* Command called when a validation returns 0 member in struct:__anon13211
H A DtkEntry.c117 DEF_ENTRY_INVALIDCMD, -1, Tk_Offset(Entry, invalidCmd),
257 DEF_ENTRY_INVALIDCMD, -1, Tk_Offset(Entry, invalidCmd),
3296 * eval the invalidCmd (if it's set)
3312 } else if (entryPtr->invalidCmd != NULL) {
3314 ExpandPercents(entryPtr, entryPtr->invalidCmd,
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkEntry.h178 char *invalidCmd; /* Command called when a validation returns 0 member in struct:__anon13558
H A DtkEntry.c125 DEF_ENTRY_INVALIDCMD, -1, Tk_Offset(Entry, invalidCmd),
277 DEF_ENTRY_INVALIDCMD, -1, Tk_Offset(Entry, invalidCmd),
3339 * then eval the invalidCmd (if it's set)
3356 } else if (entryPtr->invalidCmd != NULL) {
3358 ExpandPercents(entryPtr, entryPtr->invalidCmd,
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkEntry.c110 char *invalidCmd; /* Invalid callback script template */ member in struct:__anon13308
169 NULL, -1, Tk_Offset(Entry, entry.invalidCmd),
609 if (!change_ok && entryPtr->entry.invalidCmd != NULL) {
611 entryPtr->entry.invalidCmd, "-invalidcommand",

Completed in 228 milliseconds