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

Method entryconfigure

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:1843–1844  ·  view source on GitHub ↗
(self, x, y, cnf=None, **kw)

Source from the content-addressed store, hash-verified

1841 return self.tk.call(self, 'entrycget', x, y, option)
1842
1843 def entryconfigure(self, x, y, cnf=None, **kw):
1844 return self._configure(('entryconfigure', x, y), cnf, kw)
1845
1846 # def format
1847 # def index

Callers 5

test_entryconfigureMethod · 0.45
test_menuMethod · 0.45
right_menu_eventMethod · 0.45

Calls 1

_configureMethod · 0.45

Tested by 4

test_entryconfigureMethod · 0.36
test_menuMethod · 0.36