Lines Matching defs:command
40 * This procedure is invoked to process the "bell" Tcl command.
92 * This procedure is invoked to process the "bind" Tcl command.
117 " window ?pattern? ?command?\"", (char *) NULL);
149 char *command;
151 command = Tk_GetBinding(interp, winPtr->mainPtr->bindingTable,
153 if (command == NULL) {
157 interp->result = command;
178 * command.
256 * This procedure is invoked to process the "bindtags" Tcl command.
392 * This procedure is invoked to process the "destroy" Tcl command.
432 * This procedure is invoked to process the "lower" Tcl command.
488 * This procedure is invoked to process the "raise" Tcl command.
544 * This procedure is invoked to process the "tk" Tcl command.
602 * This procedure is invoked to process the "tkwait" Tcl command.
757 * This procedure is invoked to process the "update" Tcl command.
832 * This procedure is invoked to process the "winfo" Tcl command.
1368 * Parses a "-displayof" option for the "winfo" command.
1429 "\" command: application has been destroyed", (char *) NULL);