HTTP/2 302
server: nginx
date: Wed, 16 Jul 2025 19:24:25 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090605231957
location: https://web.archive.org/web/20090605231957/https://wiki.python.org/moin/Tix
server-timing: captures_list;dur=0.697204, exclusion.robots;dur=0.020038, exclusion.robots.policy;dur=0.008119, esindex;dur=0.011871, cdx.remote;dur=108.521585, LoadShardBlock;dur=85.629247, PetaboxLoader3.datanode;dur=71.486796
x-app-server: wwwb-app239
x-ts: 302
x-tr: 288
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app239; 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: Wed, 16 Jul 2025 19:24:25 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Fri, 05 Jun 2009 23:19:57 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.3
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: Fri, 05 Jun 2009 23:19:57 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="Wed, 06 May 2009 01:22:47 GMT", ; rel="memento"; datetime="Fri, 05 Jun 2009 23:19:57 GMT", ; rel="next memento"; datetime="Fri, 10 Jul 2009 07:45:48 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_10_20090605163929_crawl101-c/51_10_20090605231308_crawl103.arc.gz
server-timing: captures_list;dur=0.619755, exclusion.robots;dur=0.021517, exclusion.robots.policy;dur=0.008111, esindex;dur=0.010603, cdx.remote;dur=143.273561, LoadShardBlock;dur=109.635959, PetaboxLoader3.datanode;dur=169.101777, load_resource;dur=172.838578, PetaboxLoader3.resolve;dur=61.739596
x-app-server: wwwb-app239
x-ts: 200
x-tr: 493
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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 )