Questions et réponses pour le tkinter.checkbutton :

Récupérer tout FAQ sur Tkinter.Checkbutton

0
votes
Je crée la checkbouttons ici: # function is called when a button is clicked def delHist(): for i in range(len(var)): if var[i].get()==1: # checking if the checkbutton ...