(self)
| 484 | return ttk.Combobox(self.root, **kwargs) |
| 485 | |
| 486 | def test_configure_height(self): |
| 487 | widget = self.create() |
| 488 | self.checkParams(widget, 'height', 100, 101.2, 102.6, -100, 0, '1i') |
| 489 | |
| 490 | def _show_drop_down_listbox(self): |
| 491 | width = self.combo.winfo_width() |
nothing calls this directly
no test coverage detected