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

Method place_info

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

Return information about the placing options for this widget.

(self)

Source from the content-addressed store, hash-verified

2533 forget = place_forget
2534
2535 def place_info(self):
2536 """Return information about the placing options
2537 for this widget."""
2538 d = _splitdict(self.tk, self.tk.call('place', 'info', self._w))
2539 if 'in' in d:
2540 d['in'] = self.nametowidget(d['in'])
2541 return d
2542
2543 info = place_info
2544 slaves = place_slaves = Misc.place_slaves

Callers 11

test_place_infoMethod · 0.80
check_positionsMethod · 0.80
test_horizontal_rangeMethod · 0.80
test_variable_changeMethod · 0.80
test_resizeMethod · 0.80

Calls 3

_splitdictFunction · 0.85
callMethod · 0.80
nametowidgetMethod · 0.80

Tested by 11

test_place_infoMethod · 0.64
check_positionsMethod · 0.64
test_horizontal_rangeMethod · 0.64
test_variable_changeMethod · 0.64
test_resizeMethod · 0.64