Searched refs:entryconfigure (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 1253 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/ |
D | test_extensions.py | 248 last, curr = curr, optmenu['menu'].entryconfigure(i, 'value')
|
/third_party/python/Lib/tkinter/ |
D | tix.py | 1026 def entryconfigure(self, entry, cnf={}, **kw): member in HList 1843 def entryconfigure(self, x, y, cnf=None, **kw): member in Grid
|
D | __init__.py | 3386 def entryconfigure(self, index, cnf=None, **kw): member in Menu 3390 entryconfig = entryconfigure
|
/third_party/python/Lib/idlelib/ |
D | editor.py | 531 rmenu.entryconfigure(label, state=state)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 5508 PanedWindow.paneconfigure(), and Menu.entryconfigure().
|
/third_party/python/Misc/ |
D | HISTORY | 1798 PanedWindow.paneconfigure(), and Menu.entryconfigure(). 20810 - Add hlist missing entryconfigure and entrycget methods.
|