Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_tkinter/
Dtest_widgets.py1430 self.assertRaises(TypeError, m1.entryconfigure)
1432 m1.entryconfigure('foo')
1433 d = m1.entryconfigure(1)
1447 m1.entryconfigure(1, label='changed')
1457 m1.entryconfigure(1, variable=v2)
/external/python/cpython3/Lib/test/test_ttk/
Dtest_extensions.py250 last, curr = curr, optmenu['menu'].entryconfigure(i, 'value')
/external/python/cpython3/Lib/idlelib/
Deditor.py581 rmenu.entryconfigure(label, state=state)
/external/python/cpython3/Lib/tkinter/
D__init__.py3570 def entryconfigure(self, index, cnf=None, **kw): member in Menu
3574 entryconfig = entryconfigure
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst5509 PanedWindow.paneconfigure(), and Menu.entryconfigure().
/external/python/cpython3/Misc/
DHISTORY1798 PanedWindow.paneconfigure(), and Menu.entryconfigure().
20810 - Add hlist missing entryconfigure and entrycget methods.