HomeSort by relevance Sort by last modified time
    Searched refs:helpmenu (Results 1 - 10 of 10) sorted by null

  /external/python/cpython2/Demo/tkinter/guido/
newmenubardemo.py 28 self.helpmenu = Menu(self.menubar, name='help')
30 self.helpmenu.add_command(label="About...")
34 self.menubar.add_cascade(label="Help", menu=self.helpmenu)
  /external/python/cpython2/Tools/pynche/
PyncheWidget.py 78 helpmenu = Menu(menubar, name='help', tearoff=0)
79 helpmenu.add_command(label='About Pynche...',
82 helpmenu.add_command(label='Help...',
95 menu=helpmenu,
  /external/python/cpython3/Tools/pynche/
PyncheWidget.py 77 helpmenu = Menu(menubar, name='help', tearoff=0)
78 helpmenu.add_command(label='About Pynche...',
81 helpmenu.add_command(label='Help...',
94 menu=helpmenu,
  /external/python/cpython2/Tools/audiopy/
audiopy 78 helpmenu = Menu(menubar, name='help', tearoff=0)
79 helpmenu.add_command(label='About Audiopy...',
82 helpmenu.add_command(label='Help...',
89 menu=helpmenu,
  /external/python/cpython2/Lib/idlelib/
EditorWindow.py     [all...]
  /external/python/cpython3/Lib/idlelib/
editor.py 761 helpmenu = self.menudict['help']
763 helpmenu_length = helpmenu.index(END)
765 helpmenu.delete((self.base_helpmenu_length + 1), helpmenu_length)
768 helpmenu.add_separator()
771 helpmenu.add_command(label=entry[0], command=cmd)
773 self.menudict['help'] = helpmenu
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]

Completed in 1025 milliseconds