HomeSort by relevance Sort by last modified time
    Searched refs:tearoff (Results 1 - 25 of 26) sorted by null

1 2

  /external/python/cpython2/Lib/idlelib/
macosxSupport.py 150 menudict['windows'] = menu = Menu(menubar, name='windows', tearoff=0)
196 tearoff=0)
ScrolledList.py 78 menu = Menu(self.listbox, tearoff=0)
help.py 217 drop = Menu(toc, tearoff=False)
EditorWindow.py 316 self.recent_files_menu = Menu(self.menubar, tearoff=0)
449 menudict[name] = menu = Menu(mbar, name=name, tearoff=0)
455 tearoff=0)
505 rmenu = Menu(self.text, tearoff=0)
    [all...]
  /external/python/cpython2/Tools/pynche/
PyncheWidget.py 57 filemenu = self.__filemenu = Menu(menubar, tearoff=0)
70 viewmenu = Menu(menubar, tearoff=0)
78 helpmenu = Menu(menubar, name='help', tearoff=0)
  /external/python/cpython2/Demo/tkinter/guido/
rmt.py 43 file_m_apps = Menu(file_m, tearoff=0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ScrolledList.py 73 menu = Menu(self.listbox, tearoff=0)
EditorWindow.py 504 rmenu = Menu(self.text, tearoff=0)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ScrolledList.py 73 menu = Menu(self.listbox, tearoff=0)
EditorWindow.py 504 rmenu = Menu(self.text, tearoff=0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 73 menu = Menu(self.listbox, tearoff=0)
EditorWindow.py 504 rmenu = Menu(self.text, tearoff=0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 73 menu = Menu(self.listbox, tearoff=0)
EditorWindow.py 504 rmenu = Menu(self.text, tearoff=0)
    [all...]
  /external/python/cpython2/Tools/audiopy/
audiopy 73 filemenu = Menu(menubar, tearoff=0)
78 helpmenu = Menu(menubar, name='help', tearoff=0)
  /external/python/cpython2/Demo/tix/
tixwidgets.py 64 fm = Tix.Menu(file, tearoff=0)
66 hm = Tix.Menu(help, tearoff=0)
    [all...]
  /external/python/cpython2/Lib/lib-tk/
ttk.py     [all...]
Tkinter.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py     [all...]
Tkinter.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py     [all...]
Tkinter.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py     [all...]
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py     [all...]

Completed in 949 milliseconds

1 2