Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py1162 self.assertRaises(TypeError, m1.entryconfigure)
1164 m1.entryconfigure('foo')
1165 d = m1.entryconfigure(1)
1179 m1.entryconfigure(1, label='changed')
1189 m1.entryconfigure(1, variable=v2)
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py1174 self.assertRaises(TypeError, m1.entryconfigure)
1176 m1.entryconfigure('foo')
1177 d = m1.entryconfigure(1)
1191 m1.entryconfigure(1, label='changed')
1201 m1.entryconfigure(1, variable=v2)
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_extensions.py254 last, curr = curr, optmenu['menu'].entryconfigure(i, 'value')
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_extensions.py261 last, curr = curr, optmenu['menu'].entryconfigure(i, 'value')
/external/python/cpython2/Misc/NEWS.d/
D2.7.8.rst405 PanedWindow.paneconfigure(), and Menu.entryconfigure().
/external/python/cpython3/Lib/tkinter/
Dtix.py1024 def entryconfigure(self, entry, cnf={}, **kw): member in HList
1841 def entryconfigure(self, x, y, cnf=None, **kw): member in Grid
D__init__.py2931 def entryconfigure(self, index, cnf=None, **kw): member in Menu
2934 entryconfig = entryconfigure
/external/python/cpython2/Lib/lib-tk/
DTix.py1026 def entryconfigure(self, entry, cnf={}, **kw): member in HList
1845 def entryconfigure(self, x, y, cnf=None, **kw): member in Grid
DTkinter.py2793 def entryconfigure(self, index, cnf=None, **kw): member in Menu
2796 entryconfig = entryconfigure
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py493 rmenu.entryconfigure(label, state=state)
/external/python/cpython3/Lib/idlelib/
Deditor.py505 rmenu.entryconfigure(label, state=state)
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst5508 PanedWindow.paneconfigure(), and Menu.entryconfigure().
/external/python/cpython3/Misc/
DHISTORY1798 PanedWindow.paneconfigure(), and Menu.entryconfigure().
20810 - Add hlist missing entryconfigure and entrycget methods.
/external/python/cpython2/Misc/
DHISTORY3426 - Add hlist missing entryconfigure and entrycget methods.