Differences between revisions 5 and 6
Revision 5 as of 2008-11-15 13:59:37
Size: 943
Editor: localhost
Comment: converted to 1.6 markup
Revision 6 as of 2014-03-14 03:46:07
Size: 1010
Comment: http://docs.python.org/3.3/library/tkinter.tix.html?highlight=tix#
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Python has a set of demos in Demo/tix/ and it is described in the
reference manual: http://www.python.org/doc/current/lib/module-Tix.html

Python has a set of demos in Demo/tix/ and it is described in the reference manual:

Python 2: http://docs
.python.org/2/library/tix.html

Python 3: http://docs.python.org/3.3/library/tkinter.tix.html

The Tix (Tk Interface Extension) module provides an additional rich set of widgets to TkInter. Although the standard Tk library has many useful widgets, they are far from complete. The Tix library provides most of the commonly needed widgets that are missing from standard Tk.

Lib/lib-tk/Tix.py is a standard library module; the source distribution of

Python has a set of demos in Demo/tix/ and it is described in the reference manual:

Python 2: http://docs.python.org/2/library/tix.html

Python 3: http://docs.python.org/3.3/library/tkinter.tix.html

To take a look at an example of how Tix can improve the look of a TkInter application, look at the 'Tixed' version of IDLE called IDEStudio at http://starship.python.net/crew/mike/Idle/ (not accessible anymore but archived with sources here).

Tix (last edited 2019-12-15 07:41:15 by FrancesHocutt)

Unable to edit the page? See the FrontPage for instructions.