StringVar ) to access its state. import Tkinter parent_widget = Tkinter.Tk() v = Tkinter.IntVar() v.set(1) # need to use v.set and v ...
確定! 回上一頁