Ring a display's bell.
(self, displayof=0)
| 932 | return self.tk.splitlist(self.tk.call('after', 'info', id)) |
| 933 | |
| 934 | def bell(self, displayof=0): |
| 935 | """Ring a display's bell.""" |
| 936 | self.tk.call(('bell',) + self._displayof(displayof)) |
| 937 | |
| 938 | def tk_busy_cget(self, option): |
| 939 | """Return the value of busy configuration option. |
no test coverage detected