你好, J'ai fait ce计划...在“按钮”(voir deuxieme partie du计划)中的主要按钮在“按钮”(voir优先部分)上显示“ ...”的自动选单...Enfaîteautoriserà在CheckButton的唯一性上显示“按钮”提示
acceptButton = IntVar()
case = Checkbutton(fenetre, text="I accept the agreement", variable=acceptButton, cursor="hand2", bg="white",)
case.pack()
var = case.select() == 1
doNotButton = IntVar()
case2 = Checkbutton(fenetre, text="I do not accept the agreement", variable=doNotButton, bg="white", state=DISABLED) #il est impossible de cocher cette case
case2.pack()
avec ce bouton:
button = Button(fenetre, text="Suivant", command=commandSuiv, cursor="hand2", height=1, width = 15) #taille
button.pack()
button.place(x=c, y=d)
button.configure(font=f)
商业代表 :)