Ring a display's bell.
(self, displayof=0)
| 898 | self.tk.call('after', 'cancel', id) |
| 899 | |
| 900 | def bell(self, displayof=0): |
| 901 | """Ring a display's bell.""" |
| 902 | self.tk.call(('bell',) + self._displayof(displayof)) |
| 903 | |
| 904 | # Clipboard handling: |
| 905 | def clipboard_get(self, **kw): |
no test coverage detected