Searched refs:widgetCmd (Results 1 - 14 of 14) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkCanvas.h38 Tcl_Command widgetCmd; /* Token for canvas's widget command. */ member in struct:TkCanvas
H A DtkSquare.c32 Tcl_Command widgetCmd; /* Token for square's widget command. */ member in struct:__anon418
153 squarePtr->widgetCmd = Tcl_CreateCommand(interp,
400 squarePtr->widgetCmd));
H A DtkFrame.c36 Tcl_Command widgetCmd; /* Token for frame's widget command. */ member in struct:__anon399
361 framePtr->widgetCmd = Tcl_CreateCommand(interp,
674 Tcl_GetCommandName(framePtr->interp, framePtr->widgetCmd));
H A DtkMessage.c34 Tcl_Command widgetCmd; /* Token for message's widget command. */ member in struct:__anon411
230 msgPtr->widgetCmd = Tcl_CreateCommand(interp, Tk_PathName(msgPtr->tkwin),
773 Tcl_GetCommandName(msgPtr->interp, msgPtr->widgetCmd));
H A DtkMenubutton.c33 Tcl_Command widgetCmd; /* Token for menubutton's widget command. */ member in struct:__anon410
347 mbPtr->widgetCmd = Tcl_CreateCommand(interp, Tk_PathName(mbPtr->tkwin),
997 Tcl_GetCommandName(mbPtr->interp, mbPtr->widgetCmd));
H A DtkScrollbar.c35 Tcl_Command widgetCmd; /* Token for scrollbar's widget command. */ member in struct:__anon416
315 scrollPtr->widgetCmd = Tcl_CreateCommand(interp,
990 scrollPtr->widgetCmd));
H A DtkText.h422 Tcl_Command widgetCmd; /* Token for text's widget command. */ member in struct:TkText
H A DtkButton.c32 Tcl_Command widgetCmd; /* Token for button's widget command. */ member in struct:__anon390
533 butPtr->widgetCmd = Tcl_CreateCommand(interp, Tk_PathName(butPtr->tkwin),
1450 Tcl_GetCommandName(butPtr->interp, butPtr->widgetCmd));
H A DtkEntry.c34 Tcl_Command widgetCmd; /* Token for entry's widget command. */ member in struct:__anon396
363 entryPtr->widgetCmd = Tcl_CreateCommand(interp,
1604 Tcl_GetCommandName(entryPtr->interp, entryPtr->widgetCmd));
H A DtkListbox.c59 Tcl_Command widgetCmd; /* Token for listbox's widget command. */ member in struct:__anon409
361 listPtr->widgetCmd = Tcl_CreateCommand(interp,
1550 Tcl_GetCommandName(listPtr->interp, listPtr->widgetCmd));
H A DtkScale.c41 Tcl_Command widgetCmd; /* Token for scale's widget command. */ member in struct:__anon415
397 scalePtr->widgetCmd = Tcl_CreateCommand(interp,
1789 Tcl_GetCommandName(scalePtr->interp, scalePtr->widgetCmd));
H A DtkMenu.c253 Tcl_Command widgetCmd; /* Token for menu's widget command. */ member in struct:Menu
515 menuPtr->widgetCmd = Tcl_CreateCommand(interp,
2160 Tcl_GetCommandName(menuPtr->interp, menuPtr->widgetCmd));
H A DtkText.c246 textPtr->widgetCmd = Tcl_CreateCommand(interp,
965 textPtr->widgetCmd));
H A DtkCanvas.c277 canvasPtr->widgetCmd = Tcl_CreateCommand(interp,
1823 canvasPtr->widgetCmd));

Completed in 273 milliseconds