Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_entryconfigure
Method · 0.45
test_entryconfigure_label
Method · 0.45
test_entryconfigure_variable
Method · 0.45
test_menu
Method · 0.45
right_menu_event
Method · 0.45
Calls
1
_configure
Method · 0.45
Tested by
4
test_entryconfigure
Method · 0.36
test_entryconfigure_label
Method · 0.36
test_entryconfigure_variable
Method · 0.36
test_menu
Method · 0.36