[Tutor] help with tabs and Tkinter
Danny Yoo
dyoo at hkn.eecs.berkeley.edu
Thu May 12 20:10:33 CEST 2005
On Thu, 12 May 2005, Zenten wrote:
> Ok, I'm writing a program using tkinter, that has a bit of data entry in
> it. It would be useful to have a window with various tabs to select
> between different "pages" in my entry. However, I can't figure out how
> to do this part, after looking through documentation.
Hi Joshua,
There is an extension to Tkinter called the Python MegaWidgets (PMW) which
you may want to look at. The PMW package includes a tabbed notebook
widget that you might be able to use:
http://pmw.sourceforge.net/doc/NoteBook.html
More infomation on the Python MegaWidgets can be found here:
http://pmw.sourceforge.net/
Best of wishes!
More information about the Tutor
mailing list