If you really want to do it, first create a new Tkinter variable, e.g. v = Tkinter.StringVar() and then set it's _name property: v._name = ...
確定! 回上一頁