Alan,

Thanks for the pointer, I never noticed that either. But looking back, Tix has 
actually been included since Python 2.2! It was not listed in the What's New 
document for that release so it was easy to miss. It *was* listed in the What's 
New for Python 2.3; not as a new module but as receiving "various bug fixes and 
updates".

Module index for Python 2.2.3: http://www.python.org/doc/2.2.3/modindex.html
What's new for Python 2.2.3: 
http://www.python.org/doc/2.2.3/whatsnew/whatsnew22.html
What's new for Python 2.3.5: 
http://www.python.org/doc/2.3.5/whatsnew/node18.html

Has anyone here played with the TixApps on this site:
http://starship.python.net/crew/mike/

The IDE Studio and SpecTix look interesting.

Kent

Alan G wrote:
> I haven't seen this mentioned on the list, but has anyone else noticed
> that v2.4 now includes the Tix GUI library in addition to Tkinter. Tix
> is a collection of more advanced Tk widgets (trees, tables etc) 
> similar
> in many ways to PMW.
> 
> Just in case its useful to anyone.
> 
> Alan G.
> 
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
> 
> 

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to