(self)
| 1279 | self.checkPixelsParam(widget, 'elementborderwidth', 4.3, 5.6, -2, '1m') |
| 1280 | |
| 1281 | def test_configure_orient(self): |
| 1282 | widget = self.create() |
| 1283 | self.checkEnumParam(widget, 'orient', 'vertical', 'horizontal', |
| 1284 | fullname='orientation', allow_empty=True) |
| 1285 | |
| 1286 | def test_activate(self): |
| 1287 | sb = self.create() |
nothing calls this directly
no test coverage detected