MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / winfo_rooty

Method winfo_rooty

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:1231–1235  ·  view source on GitHub ↗

Return y coordinate of upper left corner of this widget on the root window.

(self)

Source from the content-addressed store, hash-verified

1229 self.tk.call('winfo', 'rootx', self._w))
1230
1231 def winfo_rooty(self):
1232 """Return y coordinate of upper left corner of this widget on the
1233 root window."""
1234 return self.tk.getint(
1235 self.tk.call('winfo', 'rooty', self._w))
1236
1237 def winfo_screen(self):
1238 """Return the screen name of this widget."""

Callers 11

whereMethod · 0.80
_place_windowFunction · 0.80
winconfig_eventMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
initMethod · 0.80
position_windowMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 2

callMethod · 0.80
getintMethod · 0.45

Tested by

no test coverage detected