Lines Matching defs:command
32 Tcl_Command widgetCmd; /* Token for button's widget command. */
164 char *command; /* Command to execute when button is
258 {TK_CONFIG_STRING, "-command", "command", "Command",
259 DEF_BUTTON_COMMAND, Tk_Offset(Button, command),
581 butPtr->command = NULL;
605 * This procedure is invoked to process the Tcl command
1486 * This procedure is invoked when a widget command is deleted. If
1488 * this command destroys it.
1508 * destroyed and the command was then deleted (in which case tkwin
1509 * is NULL) or because the command was deleted, and then this procedure
1621 * with a button, such as invoking a Tcl command or setting a
1630 * Depends on the button and its associated command.
1657 if ((butPtr->type != TYPE_LABEL) && (butPtr->command != NULL)) {
1658 return TkCopyAndGlobalEval(butPtr->interp, butPtr->command);