Home
last modified time | relevance | path

Searched defs:menudefs (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DBindings.py20 menudefs = [ variable
DRstripExtension.py5 menudefs = [ variable in RstripExtension
DZoomHeight.py10 menudefs = [ variable in ZoomHeight
DAutoExpand.py24 menudefs = [ variable in AutoExpand
DFormatParagraph.py23 menudefs = [ variable in FormatParagraph
DCodeContext.py27 menudefs = [('options', [('!Code Conte_xt', '<<toggle-code-context>>')])] variable in CodeContext
DScriptBinding.py45 menudefs = [ variable in ScriptBinding
DCallTips.py20 menudefs = [ variable in CallTips
DAutoComplete.py32 menudefs = [ variable in AutoComplete
DParenMatch.py40 menudefs = [ variable in ParenMatch
DEditorWindow.py1082 def fill_menus(self, menudefs=None, keydefs=None): argument