Re: tabs with tkinter

2014-11-29 Thread Steven D'Aprano
Terry Reedy wrote: > idlelib also has TreeWidget.py which works on all branches. Heh, I see what you did there :-) -- Steven -- https://mail.python.org/mailman/listinfo/python-list

Re: tabs with tkinter

2014-11-29 Thread Terry Reedy
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/t

Re: tabs with tkinter

2014-11-28 Thread Peter Otten
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

Re: tabs with tkinter

2014-11-28 Thread Terry Reedy
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

Re: tabs with tkinter

2014-11-28 Thread ast
"Peter Otten" <__pete...@web.de> a écrit dans le message de news:mailman.16409.1417189956.18130.python-l...@python.org... See thx -- https://mail.python.org/mailman/listinfo/python-list

Re: tabs with tkinter

2014-11-28 Thread Peter Otten
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

tabs with tkinter

2014-11-28 Thread ast
Hi 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 ? thanks -- https://mail.python.org/mailman/listinfo/python-list