Tcl/Tk 8.7

The latest alpha release of Tcl/Tk is 8.7a5. Visit the Tcl Developer Xchange for details and highlights. Take advantage of the alpha releases to ensure compatibility with your current code and to minimize the learning curve over the long term. Source releases can be downloaded from the Tcl Developer Xchange. You will need a compiler… Read More

Tcl/Tk Menus, PopUps, and Toolbars

Menus help to intuitively navigate your way through an application. We can easily create menus using Tcl/Tk. Different methods are available to create a menubar in Tcl/Tk. This article follows the TkDocs Tutorial – Menus tutorial and credit due for the majority of the code presented here is theirs alone. The main menu typically appears… Read More