Re: Cascading menus with Tk

2005-05-20 Thread michelle
Martin Franklin wrote: > michelle wrote: > >> Hi all, >> >> I am new to Tk, or Python GUI programming and I seem to be stuck. I >> have looked about for help with Tk GUIs, but everything seems so terse >> or incomplete?? I have been mostly using the "Introduction to Tkinter" >> by Fredrik Lundh >

Re: Cascading menus with Tk

2005-05-20 Thread Martin Franklin
michelle wrote: > Hi all, > > I am new to Tk, or Python GUI programming and I seem to be stuck. I > have looked about for help with Tk GUIs, but everything seems so terse > or incomplete?? I have been mostly using the "Introduction to Tkinter" > by Fredrik Lundh > (http://www.pythonware.com/libra

Re: Cascading menus with Tk

2005-05-20 Thread Peter Otten
michelle wrote: > What I am trying to do is add cascading menus to a Tk menu widget like: > > File > New... > ---> Router > ---> Firewall > Open > > Exit Just add the submenu with the "Router" and "Firewall" entries to the filemenu in the same way you added the submenu with the "New", "Open