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

Method winfo_geometry

Lib/tkinter/__init__.py:1260–1262  ·  view source on GitHub ↗

Return geometry string for this widget in the form "widthxheight+X+Y".

(self)

Source from the content-addressed store, hash-verified

1258 'winfo', 'fpixels', self._w, number))
1259
1260 def winfo_geometry(self):
1261 """Return geometry string for this widget in the form "widthxheight+X+Y"."""
1262 return self.tk.call('winfo', 'geometry', self._w)
1263
1264 def winfo_height(self):
1265 """Return height of this widget."""

Callers 2

checkMethod · 0.80
testLoadTkMethod · 0.80

Calls 1

callMethod · 0.45

Tested by 2

checkMethod · 0.64
testLoadTkMethod · 0.64