Searched refs:EntrySetValue (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkEntry.c704 * See also: EntrySetValue().
745 /* EntrySetValue --
755 static int EntrySetValue(Entry *entryPtr, const char *value) function
792 /* Trace was fired due to Tcl_SetVar call in EntrySetValue.
836 code = EntrySetValue(entryPtr, new);
882 code = EntrySetValue(entryPtr, new);
1580 EntrySetValue(entryPtr, Tcl_GetString(objv[2]));
1767 return EntrySetValue(recordPtr, Tcl_GetString(values[currentIndex]));
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkEntry.c410 static void EntrySetValue(Entry *entryPtr, CONST char *value);
1309 EntrySetValue(entryPtr, value);
2240 EntrySetValue(entryPtr, newValue);
2259 EntrySetValue(entryPtr, newValue);
2275 * EntrySetValue --
2295 EntrySetValue(
3141 EntrySetValue(entryPtr, value);
3274 * now have VALIDATE_VAR set (from EntrySetValue) and didn't before, it
2282 EntrySetValue( function
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkEntry.c438 static void EntrySetValue _ANSI_ARGS_((Entry *entryPtr,
1357 EntrySetValue(entryPtr, value);
2285 EntrySetValue(entryPtr, newValue);
2304 EntrySetValue(entryPtr, newValue);
2320 * EntrySetValue --
2340 EntrySetValue(entryPtr, value)
3186 EntrySetValue(entryPtr, value);
3317 * we now have VALIDATE_VAR set (from EntrySetValue) and didn't before,
2329 EntrySetValue(entryPtr, value) function

Completed in 176 milliseconds