tabs with tkinter

Peter Otten __peter__ at web.de
Sat Nov 29 02:50:09 EST 2014


Terry Reedy wrote:

> On 11/28/2014 10:52 AM, Peter Otten wrote:
>> ast wrote:
>>
>>> I have been using tkinter for few weeks now and I didn't found
>>> how to make some tabs on a window.
>>>
>>> see this picture for a window with tabs
>>> http://www.computerhope.com/jargon/t/tabs.gif
>>>
>>> Isn't it feasible with tkinter ?
>>
>> See <http://www.tkdocs.com/tutorial/complex.html#notebook>
> 
> Notebook is one of the newer, ttk-only widgets.

There is also an old "Python megawidgets" project that offers a notebook:

http://pmw.sourceforge.net/doc/NoteBook.html

To my surprise Python 3 is supported:

https://pypi.python.org/pypi/Pmw




More information about the Python-list mailing list