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

Method entrycget

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

Return the resource value of a menu item for OPTION at INDEX.

(self, index, option)

Source from the content-addressed store, hash-verified

3439 self.tk.call(self._w, 'delete', index1, index2)
3440
3441 def entrycget(self, index, option):
3442 """Return the resource value of a menu item for OPTION at INDEX."""
3443 return self.tk.call(self._w, 'entrycget', index, '-' + option)
3444
3445 def entryconfigure(self, index, cnf=None, **kw):
3446 """Configure a menu item at INDEX."""

Callers 1

deleteMethod · 0.95

Calls 1

callMethod · 0.80

Tested by

no test coverage detected