About checkbutton in tkinter | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

About checkbutton in tkinter

Hello, I want to make an if condition according To the state of thé checkbutton. This is thé part le my code where i think there is a problem abc=IntVar() Checkb=Checkbutton(fenetre,text='quit ?', variable=abc) Checkb.grid() If abc.get()==1: fenetre.destroy() Can you help me ? Thank you.

18th Mar 2020, 10:13 AM
iren yeger
iren yeger - avatar
1 Réponse
+ 3
This is serious Check online
24th Mar 2020, 7:21 AM
Akintunde Taofeek
Akintunde Taofeek - avatar