|
|
@ -166,6 +166,9 @@ entreetemp.grid(row = 8, column = 0, columnspan = 2) |
|
|
canvaRecup = tk.Canvas(fenetre, bg='snow', width = 1, height = 10, highlightthickness = 0) |
|
|
canvaRecup = tk.Canvas(fenetre, bg='snow', width = 1, height = 10, highlightthickness = 0) |
|
|
canvaRecup.grid(row = 9, columnspan = 2) |
|
|
canvaRecup.grid(row = 9, columnspan = 2) |
|
|
|
|
|
|
|
|
|
|
|
labeldistance = tk.Label(fenetre, text = "choisir le mode de distance voulu :", bg = "snow") |
|
|
|
|
|
labeldistance.grid(row = 9) |
|
|
|
|
|
|
|
|
boutonRecup = tk.Button(fenetre, command = lancerTest, bg = 'snow',text='Valider', |
|
|
boutonRecup = tk.Button(fenetre, command = lancerTest, bg = 'snow',text='Valider', |
|
|
cursor='hand2') |
|
|
cursor='hand2') |
|
|
boutonRecup.grid(row = 10,column = 1) |
|
|
boutonRecup.grid(row = 10,column = 1) |
|
|
|