Return true if this widget is mapped.
(self)
| 1276 | return self.tk.splitlist(self.tk.call(args)) |
| 1277 | |
| 1278 | def winfo_ismapped(self): |
| 1279 | """Return true if this widget is mapped.""" |
| 1280 | return self.tk.getint( |
| 1281 | self.tk.call('winfo', 'ismapped', self._w)) |
| 1282 | |
| 1283 | def winfo_manager(self): |
| 1284 | """Return the window manager name for this widget.""" |