[Prev][Next][Index]

Shell graphics in TCL?



Shay Rojansky writes:
 > Hi, everyone.
 > Ever since the great introductions to TCL/TK in the Linux meeting,
 > I've been learning it and having a great time. I have even developed
 > some useful utils (!!).
 > What I wanted to ask is this: Are there any extensions to TCL for
 > normal graphics without X? I'm referring to Slackware installation-type
 > graphics. Even better - is there an extension that reads Tk commands
 > and implements them without X? I'm not looking for something that
 > uses the SVGA libraries...

Not that I know of...  It was never meant to be a universal widget
set, although I guess it would be possible to rewrite it for that.
On the other hand, there is a tcl/tk port to MS Windows.  Also, if you
just want to use Tcl as a scripting langage (using no graphics at
all), you can do that...

Good luck,

Harvey