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

Method winfo_height

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

Return height of this widget.

(self)

Source from the content-addressed store, hash-verified

1149 return self.tk.call('winfo', 'geometry', self._w)
1150
1151 def winfo_height(self):
1152 """Return height of this widget."""
1153 return self.tk.getint(
1154 self.tk.call('winfo', 'height', self._w))
1155
1156 def winfo_id(self):
1157 """Return identifier ID for this widget."""

Callers 15

adjustScrollsMethod · 0.80
_window_sizeMethod · 0.80
_place_windowFunction · 0.80
test_grid_propagateMethod · 0.80
test_identifyMethod · 0.80
test_virtual_eventMethod · 0.80
test_resizeMethod · 0.80
winconfig_eventMethod · 0.80

Calls 2

callMethod · 0.80
getintMethod · 0.45

Tested by 8

test_grid_propagateMethod · 0.64
test_identifyMethod · 0.64
test_virtual_eventMethod · 0.64
test_resizeMethod · 0.64