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

Method itemcget

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

Return the resource value for an OPTION for item TAGORID.

(self, tagOrId, option)

Source from the content-addressed store, hash-verified

2962 self.tk.call((self._w, 'insert') + args)
2963
2964 def itemcget(self, tagOrId, option):
2965 """Return the resource value for an OPTION for item TAGORID."""
2966 return self.tk.call(
2967 (self._w, 'itemcget') + (tagOrId, '-'+option))
2968
2969 def itemconfigure(self, tagOrId, cnf=None, **kw):
2970 """Configure resources of an item TAGORID.

Callers 11

_test_option_smoothMethod · 0.45
test_create_lineMethod · 0.45
test_create_polygonMethod · 0.45
test_itemconfigureMethod · 0.45
check_itemconfigureMethod · 0.45
get_sidebar_linesMethod · 0.45
get_sidebar_fontMethod · 0.45
get_sidebar_colorsMethod · 0.45
swapwithMethod · 0.45
comparetoMethod · 0.45

Calls 1

callMethod · 0.80

Tested by 9

_test_option_smoothMethod · 0.36
test_create_lineMethod · 0.36
test_create_polygonMethod · 0.36
test_itemconfigureMethod · 0.36
check_itemconfigureMethod · 0.36
get_sidebar_linesMethod · 0.36
get_sidebar_fontMethod · 0.36
get_sidebar_colorsMethod · 0.36