(self)
| 1478 | |
| 1479 | @requires_tk(8, 7) |
| 1480 | def test_configure_titlecolumns(self): |
| 1481 | widget = self.create() |
| 1482 | self.checkIntegerParam(widget, 'titlecolumns', 0, 1, 5) |
| 1483 | self.checkInvalidParam(widget, 'titlecolumns', -2) |
| 1484 | |
| 1485 | @requires_tk(8, 7) |
| 1486 | def test_configure_titleitems(self): |
nothing calls this directly
no test coverage detected