Re: [Tutor] Select and deselect for multiple checkboxes in Tkinter

2017-02-18 Thread Pooja Bhalode
Hi Alan, Thank you for your input. That was an easy fix to it. Thanks a lot. Pooja On Fri, Feb 17, 2017 at 8:23 PM, Alan Gauld via Tutor wrote: > On 17/02/17 18:31, Pooja Bhalode wrote: > > > I am writing to create two buttons, for selecting and de-selecting > multiple > > checkboxes that I ha

Re: [Tutor] Select and deselect for multiple checkboxes in Tkinter

2017-02-17 Thread Alan Gauld via Tutor
On 17/02/17 18:31, Pooja Bhalode wrote: > I am writing to create two buttons, for selecting and de-selecting multiple > checkboxes that I have created previously. These checkboxes have different > variables that they are associated with for their values and thus cannot > create a loop for the same

[Tutor] Select and deselect for multiple checkboxes in Tkinter

2017-02-17 Thread Pooja Bhalode
Hi, I am writing to create two buttons, for selecting and de-selecting multiple checkboxes that I have created previously. These checkboxes have different variables that they are associated with for their values and thus cannot create a loop for the same. Is there any way that I could create the