Label(self, text="Please select a color") self.combo = ttk.Combobox(self, values=colors) btn_submit = ttk.Button(self, text="Submit", ...
確定! 回上一頁