/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 1162 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/ |
D | test_widgets.py | 1251 self.assertRaises(TypeError, m1.entryconfigure) 1253 m1.entryconfigure('foo') 1254 d = m1.entryconfigure(1) 1268 m1.entryconfigure(1, label='changed') 1278 m1.entryconfigure(1, variable=v2)
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_extensions.py | 258 last, curr = curr, optmenu['menu'].entryconfigure(i, 'value')
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_extensions.py | 254 last, curr = curr, optmenu['menu'].entryconfigure(i, 'value')
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.8.rst | 405 PanedWindow.paneconfigure(), and Menu.entryconfigure().
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 1024 def entryconfigure(self, entry, cnf={}, **kw): member in HList 1841 def entryconfigure(self, x, y, cnf=None, **kw): member in Grid
|
D | __init__.py | 3353 def entryconfigure(self, index, cnf=None, **kw): member in Menu 3357 entryconfig = entryconfigure
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 1026 def entryconfigure(self, entry, cnf={}, **kw): member in HList 1845 def entryconfigure(self, x, y, cnf=None, **kw): member in Grid
|
D | Tkinter.py | 2793 def entryconfigure(self, index, cnf=None, **kw): member in Menu 2796 entryconfig = entryconfigure
|
/external/python/cpython3/Lib/idlelib/ |
D | editor.py | 529 rmenu.entryconfigure(label, state=state)
|
/external/python/cpython2/Lib/idlelib/ |
D | EditorWindow.py | 493 rmenu.entryconfigure(label, state=state)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 5508 PanedWindow.paneconfigure(), and Menu.entryconfigure().
|
/external/python/cpython3/Misc/ |
D | HISTORY | 1798 PanedWindow.paneconfigure(), and Menu.entryconfigure(). 20810 - Add hlist missing entryconfigure and entrycget methods.
|
/external/python/cpython2/Misc/ |
D | HISTORY | 3426 - Add hlist missing entryconfigure and entrycget methods.
|