Bonjour,
J'aimerai agrandir mon Entry.
Comment faire ?

Voici mon code:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
class commentaire:
    #créer un textbox
    comment=Entry(fenetre)
    comment.configure(width=40,bg='lightyellow')
    comment.pack()
Edité par Guigui_: merci d'ajouter les balises [Code]