Screenshots of Selected TKLib Examples
Tcllib (the Tcl Standard Library) includes a number of user interface components, known collectively as TKLib. The documentation is good, but includes no illustrations or screenshots. Here are images of how a few of the visually interesting examples appear on Mac OS X 10.6.4 with Tcl/Tk 8.5.7.
Ctext
Ctext is an enhanced text widget with support for syntax highlighting and other features. Here’s the example (it displays its own main
procedure code):
Plotchart
Plotchart is a package for creating charts and graphs. Here’s the xy plot from the description:
Here is the bar chart from the resizing example:
Swaplist
Swaplist provides a canned dialog for exchanging items between two lists. Here’s the example: