[Tutor] Deselecting Radio Buttons

FxItAL@aol.com FxItAL@aol.com
Mon, 02 Oct 2000 16:55:28 EDT


Hello,

It must be possible to deselect a radio button after one has selected it. Could someone tell me how?
Thanks for your help, Al

PMVar = IntVar()
PMBut = Radiobutton(root, text="Select for /
         P.M.", value=2, variable=PMVar, padx=50)
PMBut.grid(row=1, column=2,sticky=E)
PM = PMVar.get()