w.config(state=DISABLED,takefocus=0) will make scale widget disabled.It nolonger move from Tkinter import * master=Tk() w = Scale(master, from_=1, ...
確定! 回上一頁