[Tkinter-discuss] experimental tk program in python3
David Cortesi
davecortesi at gmail.com
Thu Dec 16 23:29:24 CET 2010
http://snippets.dzone.com/posts/show/12755
"""
Program to do dynamic experimentation with the various padding and
border properties of a ttk.Frame. A frame is created and populated with
three sub-frames:
1. A set of spinboxes that adust the various padding parameters.
2. A set of controls to adjust the border style and width
3. A set of checkbuttons to alter the sticky values.
By changing different values you can arrive at a preferred appearance.
"""
Comments on style & usage welcome (here, or added to the dzone snippet).
dave cortesi
More information about the Tkinter-discuss
mailing list