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.py1140 self.assertRaises(TypeError, m1.entryconfigure)
1142 m1.entryconfigure('foo')
1143 d = m1.entryconfigure(1)
1157 m1.entryconfigure(1, label='changed')
1167 m1.entryconfigure(1, variable=v2)
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py1145 self.assertRaises(TypeError, m1.entryconfigure)
1147 m1.entryconfigure('foo')
1148 d = m1.entryconfigure(1)
1162 m1.entryconfigure(1, label='changed')
1172 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/Lib/lib-tk/
DTix.py1030 def entryconfigure(self, entry, cnf={}, **kw): member in HList
1849 def entryconfigure(self, x, y, cnf=None, **kw): member in Grid
DTkinter.py2788 def entryconfigure(self, index, cnf=None, **kw): member in Menu
2791 entryconfig = 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__.py2925 def entryconfigure(self, index, cnf=None, **kw): member in Menu
2928 entryconfig = entryconfigure
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py493 rmenu.entryconfigure(label, state=state)
/external/python/cpython3/Lib/idlelib/
Deditor.py421 rmenu.entryconfigure(label, state=state)
/external/python/cpython3/Misc/
DNEWS8412 PanedWindow.paneconfigure(), and Menu.entryconfigure().
DHISTORY1798 PanedWindow.paneconfigure(), and Menu.entryconfigure().
20810 - Add hlist missing entryconfigure and entrycget methods.
/external/python/cpython2/Misc/
DNEWS2019 PanedWindow.paneconfigure(), and Menu.entryconfigure().
DHISTORY3426 - Add hlist missing entryconfigure and entrycget methods.