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

1 2

  /external/python/cpython2/Lib/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 71 self.files = Listbox(self.midframe, exportselection=0,
82 self.dirs = Listbox(self.midframe, exportselection=0,
  /external/python/cpython2/Lib/idlelib/
ScrolledList.py 15 self.listbox = listbox = Listbox(frame, exportselection=0,
SearchDialogBase.py 100 entry = Entry(self.top, textvariable=var, exportselection=0)
  /external/python/cpython3/Lib/idlelib/
scrolledlist.py 18 self.listbox = listbox = Listbox(frame, exportselection=0,
searchbase.py 102 entry = Entry(self.top, textvariable=var, exportselection=0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ScrolledList.py 14 self.listbox = listbox = Listbox(frame, exportselection=0,
SearchDialogBase.py 55 e = Entry(self.top, textvariable=var, exportselection=0)
configDialog.py 126 exportselection=FALSE)
278 exportselection=FALSE)
388 exportselection=FALSE)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ScrolledList.py 14 self.listbox = listbox = Listbox(frame, exportselection=0,
SearchDialogBase.py 55 e = Entry(self.top, textvariable=var, exportselection=0)
configDialog.py 126 exportselection=FALSE)
278 exportselection=FALSE)
388 exportselection=FALSE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 14 self.listbox = listbox = Listbox(frame, exportselection=0,
SearchDialogBase.py 55 e = Entry(self.top, textvariable=var, exportselection=0)
configDialog.py 126 exportselection=FALSE)
278 exportselection=FALSE)
388 exportselection=FALSE)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 14 self.listbox = listbox = Listbox(frame, exportselection=0,
SearchDialogBase.py 55 e = Entry(self.top, textvariable=var, exportselection=0)
  /external/python/cpython3/Lib/tkinter/
filedialog.py 76 self.files = Listbox(self.midframe, exportselection=0,
87 self.dirs = Listbox(self.midframe, exportselection=0,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
wsgui.py 97 self.url_entry = Entry(top, width=60, exportselection=0)
  /external/python/cpython2/Tools/webchecker/
wsgui.py 97 self.url_entry = Entry(top, width=60, exportselection=0)
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 312 'exportselection', 'font', 'foreground',
383 'exportselection', 'font', 'foreground', 'format', 'from',
478 'cursor', 'endline', 'exportselection',
699 'disabledforeground', 'exportselection',
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_widgets.py 316 'exportselection', 'font', 'foreground',
387 'exportselection', 'font', 'foreground', 'format', 'from',
482 'cursor', 'endline', 'exportselection',
703 'disabledforeground', 'exportselection',
    [all...]

Completed in 287 milliseconds

1 2