tabs with tkinter

Terry Reedy tjreedy at udel.edu
Sat Nov 29 03:57:50 EST 2014


On 11/29/2014 2:50 AM, Peter Otten wrote:
> 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

idlelib also has TreeWidget.py which works on all branches.  However, if 
anyone wants to use it, they should copy it as it may disappear with a 
switch to ttk widgets.


-- 
Terry Jan Reedy




More information about the Python-list mailing list