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
>
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
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
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/library/tkinter/introduction/index.