How may I define a tkinter object in separate file and call it back in different python file?

后端 未结 0 907
[愿得一人]
[愿得一人] 2021-01-23 00:39

The below codes work ok.

Db = ttk.Combobox(tab2, width=7)
Db[\'values\'] = (3.75, 8.5, 8.75, 12.25)
Db.place(x=(x_diff_cons+x_diff), y=y_diff_cons)
Db.current(2)
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题