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

Method anchor_get

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:1803–1805  ·  view source on GitHub ↗

Get the (x,y) coordinate of the current anchor cell

(self)

Source from the content-addressed store, hash-verified

1801 self.tk.call(self, 'anchor', 'clear')
1802
1803 def anchor_get(self):
1804 "Get the (x,y) coordinate of the current anchor cell"
1805 return self._getints(self.tk.call(self, 'anchor', 'get'))
1806
1807 def anchor_set(self, x, y):
1808 """Set the selection anchor to the cell at (x, y)."""

Callers

nothing calls this directly

Calls 2

_getintsMethod · 0.80
callMethod · 0.80

Tested by

no test coverage detected