(self)
| 1473 | |
| 1474 | @requires_tk(8, 7) |
| 1475 | def test_configure_striped(self): |
| 1476 | widget = self.create() |
| 1477 | self.checkBooleanParam(widget, 'striped') |
| 1478 | |
| 1479 | @requires_tk(8, 7) |
| 1480 | def test_configure_titlecolumns(self): |
nothing calls this directly
no test coverage detected