Return the window manager name for this widget.
(self)
| 1281 | self.tk.call('winfo', 'ismapped', self._w)) |
| 1282 | |
| 1283 | def winfo_manager(self): |
| 1284 | """Return the window manager name for this widget.""" |
| 1285 | return self.tk.call('winfo', 'manager', self._w) |
| 1286 | |
| 1287 | def winfo_name(self): |
| 1288 | """Return the name of this widget.""" |