| Python Library Reference |
TheTix (Tk Interface Extension) module provides anadditional rich set of widgets. Although the standard Tk library hasmany useful widgets, they are far from complete. TheTixlibrary provides most of the commonly needed widgets that are missingfrom standard Tk:HList,ComboBox,Control(a.k.a. SpinBox) and an assortment of scrollable widgets.Tixalso includes many more widgets that are generally useful in a widerange of applications:NoteBook,FileEntry,PanedWindow, etc; there are more than 40 of them.
With all these new widgets, you can introduce new interactiontechniques into applications, creating more useful and more intuitiveuser interfaces. You can design your application by choosing the mostappropriate widgets to match the special needs of your application andusers.
See Also:
| Python Library Reference |