[Tutor] application with tabs

Alan Gauld alan.gauld at btinternet.com
Sat May 15 01:41:43 CEST 2010


"Luke Paireepinart" <rabidpoobear at gmail.com> wrote

> well, but tkinter looks kinda crappy and non-native on almost every
> platform.

Check out the new themed widgets in Tkinter for Python 2.7 and 3.1
They use native platform widgets so don't just look like the native
interface they are the native interface...

Hello world example here:

http://www.testingreflections.com/node/view/8382

Module doc here

http://docs.python.org/dev/library/ttk.html

And the Tk tutorial with screenshots here:

http://www.tkdocs.com/tutorial/onepage.html

And a new TKGui builder that includes support for Python - I haven't tried this 
yet...

http://puretkgui.sourceforge.net/

I'm hoping to add a page to my tutorial on the use of both Tix and ttk in
the new Python v3 version, if I ever get time to finish it!

-- 
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/ 




More information about the Tutor mailing list