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

Method info_bbox

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:968–970  ·  view source on GitHub ↗
(self, entry)

Source from the content-addressed store, hash-verified

966 return self.tk.call(self._w, 'info', 'anchor')
967
968 def info_bbox(self, entry):
969 return self._getints(
970 self.tk.call(self._w, 'info', 'bbox', entry)) or None
971
972 def info_children(self, entry=None):
973 c = self.tk.call(self._w, 'info', 'children', entry)

Callers

nothing calls this directly

Calls 2

_getintsMethod · 0.80
callMethod · 0.80

Tested by

no test coverage detected