Next: This work
TkKit
- a GUI class library for the Tk toolkit
Matthias Ernst
mernst@x4u2.desy.de
Abstract:
The development of a graphical user interface is (how one loves to
say) tedious and error-prone (except one proudly owns a NeXTstep
driven machine). The Tcl/Tk toolkit by John Ousterhout greatly
simplifies this work. But, from another point of view, Tcl can't
satisfy the needs of modern software engineering.
The solution is obvious: provide a set of well designed widget
classes built upon Tk widgets. TkKit is an attempt to achieve the
goal using this great, new object oriented language called Sather.