MCPcopy Index your code
hub / github.com/python/cpython / winfo_manager

Method winfo_manager

Lib/tkinter/__init__.py:1283–1285  ·  view source on GitHub ↗

Return the window manager name for this widget.

(self)

Source from the content-addressed store, hash-verified

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."""

Callers 2

get_widget_paddingFunction · 0.80

Calls 1

callMethod · 0.45

Tested by 1