Return true if the widget and all its higher ancestors are mapped.
(self)
| 1404 | 'winfo', 'toplevel', self._w)) |
| 1405 | |
| 1406 | def winfo_viewable(self): |
| 1407 | """Return true if the widget and all its higher ancestors are mapped.""" |
| 1408 | return self.tk.getint( |
| 1409 | self.tk.call('winfo', 'viewable', self._w)) |
| 1410 | |
| 1411 | def winfo_visual(self): |
| 1412 | """Return one of the strings directcolor, grayscale, pseudocolor, |