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.

--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to