February, 2006

An example is worth 1000 words
This article describes a simple technique that uses example code to help document a package.
Intelligent text widget autoscroll
If you automatically scroll a text widget as data comes in, this article covers a simple technique for knowing when to scroll and when not to scroll.
Writing Tk code in the right order
The order that you create widgets and the order in which you pack them can make a difference in how they appear on screen. This article discusses ways to get the behavior you desire.