(self)
| 266 | if autoflush: _root.update() |
| 267 | |
| 268 | def __checkOpen(self): |
| 269 | if self.closed: |
| 270 | raise GraphicsError, "window is closed" |
| 271 | |
| 272 | def setBackground(self, color): |
| 273 | """Set background color of the window""" |
no outgoing calls
no test coverage detected