(self)
| 1484 | |
| 1485 | @requires_tk(8, 7) |
| 1486 | def test_configure_titleitems(self): |
| 1487 | widget = self.create() |
| 1488 | self.checkIntegerParam(widget, 'titleitems', 0, 1, 5) |
| 1489 | self.checkInvalidParam(widget, 'titleitems', -2) |
| 1490 | |
| 1491 | def test_bbox(self): |
| 1492 | self.tv.pack() |
nothing calls this directly
no test coverage detected