Ring a display's bell.
(self, displayof=0)
| 914 | return self.tk.splitlist(self.tk.call('after', 'info', id)) |
| 915 | |
| 916 | def bell(self, displayof=0): |
| 917 | """Ring a display's bell.""" |
| 918 | self.tk.call(('bell',) + self._displayof(displayof)) |
| 919 | |
| 920 | def tk_busy_cget(self, option): |
| 921 | """Return the value of busy configuration option. |
no test coverage detected