[Tutor] application with tabs

Luke Paireepinart rabidpoobear at gmail.com
Sat May 15 04:08:26 CEST 2010


Thanks for that info, Alan! It's pretty awesome to have support for a
gui that looks native and is also included with Python by default.
I'll check it out soon.

On 5/14/10, Alan Gauld <alan.gauld at btinternet.com> wrote:
>
> "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/
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>

-- 
Sent from my mobile device


More information about the Tutor mailing list