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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 106 menubar.add_cascade(label='Window', menu=menu, underline=0)
146 menubar.add_cascade(label='IDLE', menu=menu)
EditorWindow.py 450 mbar.add_cascade(label=label, menu=menu, underline=underline)
455 mbar.add_cascade(label='IDLE', menu=menu)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 106 menubar.add_cascade(label='Window', menu=menu, underline=0)
146 menubar.add_cascade(label='IDLE', menu=menu)
EditorWindow.py 450 mbar.add_cascade(label=label, menu=menu, underline=underline)
455 mbar.add_cascade(label='IDLE', menu=menu)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 2675 def add_cascade(self, cnf={}, **kw): member in class:Menu
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 2675 def add_cascade(self, cnf={}, **kw): member in class:Menu
    [all...]

Completed in 49 milliseconds