Appendix G. Rexx/Tk Functions
The following table lists the standard Rexx/Tk functions. The table is reproduced from the Rexx/Tk documentation at http://rexxtk.sourceforge.net/functions.html
. For further details, please see the Rexx/Tk home page at: http://rexxtk.sourceforge.net/index.html
.
Rexx/Tk Function | Tcl/Tk Command |
---|---|
The Rexx/Tk library is distributed under the LGPL. | |
TkActivate(PathName, index) | activate command in various widgets |
TkAdd(pathName, type [,options...]) | menu add |
TKAfter(time|'cancel','command'|id) | after |
TkBbox(pathName [,arg...]) | bbox command in various widgets |
TkBind(tag [,sequence [,[+|*]command]]]) | bind |
TkButton(pathName [,options...]) | button |
TkCanvas(pathName [,options...]) | canvas |
TkCanvasAddtag(pathName, tag [,searchSpec [,arg]) | canvas addtag |
TkCanvasArc(pathName, x1, y1, x2, y2 [,options...]) | canvas create arc |
TkCanvasBind(pathName, tagOrId [,sequence [,[+|*]command]]) | canvas bind |
TkCanvasBitmap(pathName, x, y [,options...]) | canvas create bitmap |
TkCanvasCanvasx(pathName, screenx [,gridspacing]) | canvas canvasx |
TkCanvasCanvasy(pathName, screeny [,gridspacing]) | canvas canvasy |
TkCanvasCoords(pathName, tagOrId [,x0, y0, ...]) | canvas coords |
TkCanvasDchars(pathName, tagOrId, first [,last]) | canvas dchars |
TkCanvasDtag(pathName, tagOrId [,deleteTagOrId]) | canvas dtag |
TkCanvasDelete(pathName [,tagOrId [,tagOrId...]]) | canvas delete |
TkCanvasFind(pathName, searchCommand [,arg...]) | canvas find |
TkCanvasFocus(pathName [,tagOrId]) | canvas focus |
TkCanvasImage(pathName, x, y [,option...]) | canvas create image |
TkCanvasLine(pathName, ... |
Get Rexx Programmer's Reference now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.