Searched defs:scripts (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkBind.c106 * event may be generated by platform-specific code or by Tcl scripts. In
1178 Tcl_DString scripts, savedResult;
1308 * one. Append all of the binding scripts, with %-sequences expanded,
1309 * to "scripts", with null characters separating the scripts for
1313 Tcl_DStringInit(&scripts);
1371 detail.keySym, &scripts);
1372 Tcl_DStringAppend(&scripts, "", 1);
1375 if (Tcl_DStringLength(&scripts) == 0) {
1425 p = Tcl_DStringValue(&scripts);
1168 Tcl_DString scripts, savedResult; local
[all...]

Completed in 17 milliseconds