HTTP/2 302
server: nginx
date: Fri, 01 Aug 2025 06:28:55 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091216094333
location: https://web.archive.org/web/20091216094333/https://wiki.python.org/moin/Tix
server-timing: captures_list;dur=0.563752, exclusion.robots;dur=0.022436, exclusion.robots.policy;dur=0.011116, esindex;dur=0.012001, cdx.remote;dur=25.012391, LoadShardBlock;dur=359.767573, PetaboxLoader3.datanode;dur=90.605313, PetaboxLoader3.resolve;dur=196.202701
x-app-server: wwwb-app212
x-ts: 302
x-tr: 409
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app212; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 01 Aug 2025 06:28:56 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Wed, 16 Dec 2009 09:43:33 GMT
x-archive-orig-server: Apache/2.2.9 (Debian) mod_fastcgi/2.4.6 mod_python/3.3.1 Python/2.5.2 mod_wsgi/2.5
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-content-length: 7877
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 16 Dec 2009 09:43:33 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 08 Nov 2005 04:24:27 GMT", ; rel="prev memento"; datetime="Fri, 10 Jul 2009 07:45:48 GMT", ; rel="memento"; datetime="Wed, 16 Dec 2009 09:43:33 GMT", ; rel="next memento"; datetime="Sat, 23 Jan 2010 19:18:13 GMT", ; rel="last memento"; datetime="Mon, 12 May 2025 21:12:17 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20091216090121_crawl102-c/51_13_20091216093946_crawl103.arc.gz
server-timing: captures_list;dur=0.543512, exclusion.robots;dur=0.019005, exclusion.robots.policy;dur=0.009705, esindex;dur=0.011022, cdx.remote;dur=6.898077, LoadShardBlock;dur=135.363980, PetaboxLoader3.datanode;dur=86.078903, PetaboxLoader3.resolve;dur=151.974949, load_resource;dur=138.673461
x-app-server: wwwb-app212
x-ts: 200
x-tr: 321
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Tix - PythonInfo Wiki
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: https://www.python.org/doc/current/lib/module-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 ).
EditText (last edited 2008-11-15 13:59:37 by localhost )