TKproE is an integrated program development environment for the TCL/TK
scripting language. TKproE, itself, is completely written in the TCL/
TK language.
TKproE supports the rapid development of sophisticated graphical user
interfaces. TKproE takes advantage of TK, a widget set that is
accessible through TCL, a very efficient interpreted programming
language. With TKproE the user can build or modify application
programs while they are running. This makes it possible to test
program changes immediately without the cost of compiling the
application.
TKproE is an Open Source product.
TKproE 2.0 requires TCL/TK 8.5 or later.
TKproE consists of a single TCL script file that can run on Linux,
UNIX or Windows operating systems.
Please visit the TKproE home page:
Changes implemented in version 2.0
------------------------------------
1) The new themed widgets of TK 8.5 are now supported by TKproE 2.0.
2) Files opened by the File/Open menu item now become the default file
name for the File/Save action.
3) You can now bind events to objects placed on a canvas. This feature
did not previously work properly.
4) The labelwidget option for labelframes is now properly saved.
5) Saved projects are smaller. Most default values are no longer saved
(since they don't need to be).