Questions et réponses pour le tkinter.checkbutton :
Récupérer tout FAQ sur Tkinter.Checkbutton
0
votes
Obtenir du texte d'un checkboutton de la variable de Tkinter
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 ...
python
python-3.x
tkinter
tkinter.checkbutton
4 commentaire(s)