Re: [Tutor] help with tabs and Tkinter

2005-05-12 Thread Danny Yoo
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

[Tutor] help with tabs and Tkinter

2005-05-12 Thread Zenten
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. Can anyone help? Joshua _