this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 2 and 7 (spanning 5 versions)
Revision 2 as of 2002-11-01 10:09:41
Size: 708
Editor: CPE014480108153
Comment:
Revision 7 as of 2019-12-15 07:41:15
Size: 1185
Comment: Remove Py2 link, update with deprecation warning
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
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. {{{#!wiki caution
'''Deprecated since Python 3.6'''
Line 3: Line 4:
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: https://python.domainunion.de/doc/current/lib/module-Tix.html
This Tk extension is unmaintained and should not be used in new code. Use [[https://docs.python.domainunion.de/3/library/tkinter.ttk.html#module-tkinter.ttk|tkinter.ttk]] instead.
}}}
Line 7: Line 7:
To take a look at an example of how Tix can improve the look of a ["TkInter"]
application, look at the 'Tixed' version of ["TkinterIdle"] called IDEStudio at
https://starship.python.net/crew/mike/Idle/
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 3: https://docs.python.domainunion.de/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
https://starship.python.net/crew/mike/Idle/ (not accessible anymore but [[https://web.archive.org/web/20050307041957/starship.python.net/crew/mike/Idle/|archived]] with sources [[https://www.sourcefiles.org/Programming/Development/Environments/idestudio-1.9-linux-x86-350.tar.gz|here]]).

Deprecated since Python 3.6

This Tk extension is unmaintained and should not be used in new code. Use tkinter.ttk instead.

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 3: https://docs.python.domainunion.de/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 https://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.