Home | History | Annotate | Download | only in test_ttk

Lines Matching refs:Combobox

117         self.combo = ttk.Combobox()
205 # testing creating combobox with empty string in values
206 combo2 = ttk.Combobox(values=[1, 2, ''])