Home
last modified time | relevance | path

Searched refs:entryconfig (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Demo/tkinter/matt/
Dmenu-simple.py79 Edit_button.menu.entryconfig(1, state=DISABLED)
Dmenu-all-types-of-entries.py69 Command_button.menu.entryconfig(0, state=DISABLED)
/external/python/cpython3/Lib/idlelib/
Deditor.py449 menuitem.entryconfig(index, label=label)
454 menuitem.entryconfig(index, state=state)
844 menu.entryconfig(index, accelerator=accel)
/external/python/cpython3/Lib/tkinter/
D__init__.py2923 if 'command' in self.entryconfig(i):
2934 entryconfig = entryconfigure variable in Menu
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2785 if 'command' in self.entryconfig(i):
2796 entryconfig = entryconfigure variable in Menu
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py827 menu.entryconfig(index, accelerator=accel)
/external/python/cpython2/Doc/library/
Dtkinter.rst786 Menu indexes (menu.invoke(), menu.entryconfig(), etc.)
/external/python/cpython3/Doc/library/
Dtkinter.rst766 Menu indexes (menu.invoke(), menu.entryconfig(), etc.)