Searched refs:menuitem (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_mainmenu.py | 21 # Test tcl patterns used to find menuitem to alter. 35 self.assertTrue(any(re.search(pattern, menuitem[0]) 36 for menuitem in menutup[1] 37 if menuitem is not None), # Separator.
|
H A D | test_query.py | 421 dialog = query.HelpSource(root, 'T', menuitem='__test__',
|
/third_party/python/Lib/idlelib/ |
H A D | query.py | 249 def __init__(self, parent, title, *, menuitem='', filepath='', 259 parent, title, message, text0=menuitem,
|
H A D | editor.py | 531 menuitem = self.menudict[menu] 532 menuitem.entryconfig(index, label=label) 536 menuitem = self.menudict[menu] 537 menuitem.entryconfig(index, state=state)
|
H A D | configdialog.py | 2185 menuitem=help_source[0],
|
/third_party/python/Tools/scripts/ |
H A D | texi2html.py | 411 self.htmlhelp.menuitem(nodename) 1736 def menuitem(self,nodename): member in HTMLHelp
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 44 milliseconds