Home
last modified time | relevance | path

Searched refs:entryconfigure (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py1253 self.assertRaises(TypeError, m1.entryconfigure)
1255 m1.entryconfigure('foo')
1256 d = m1.entryconfigure(1)
1270 m1.entryconfigure(1, label='changed')
1280 m1.entryconfigure(1, variable=v2)
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_extensions.py248 last, curr = curr, optmenu['menu'].entryconfigure(i, 'value')
/third_party/python/Lib/tkinter/
Dtix.py1026 def entryconfigure(self, entry, cnf={}, **kw): member in HList
1843 def entryconfigure(self, x, y, cnf=None, **kw): member in Grid
D__init__.py3386 def entryconfigure(self, index, cnf=None, **kw): member in Menu
3390 entryconfig = entryconfigure
/third_party/python/Lib/idlelib/
Deditor.py531 rmenu.entryconfigure(label, state=state)
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst5508 PanedWindow.paneconfigure(), and Menu.entryconfigure().
/third_party/python/Misc/
DHISTORY1798 PanedWindow.paneconfigure(), and Menu.entryconfigure().
20810 - Add hlist missing entryconfigure and entrycget methods.