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

Method winfo_width

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

Return the width of this widget.

(self)

Source from the content-addressed store, hash-verified

1351 self.tk.call('winfo', 'vrooty', self._w))
1352
1353 def winfo_width(self):
1354 """Return the width of this widget."""
1355 return self.tk.getint(
1356 self.tk.call('winfo', 'width', self._w))
1357
1358 def winfo_x(self):
1359 """Return the x coordinate of the upper left corner of 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_getMethod · 0.80
test_setMethod · 0.80

Calls 2

callMethod · 0.80
getintMethod · 0.45

Tested by 10

test_grid_propagateMethod · 0.64
test_identifyMethod · 0.64
test_getMethod · 0.64
test_setMethod · 0.64
test_resizeMethod · 0.64