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

1 2

  /external/python/cpython2/Demo/tkinter/ttk/
treeview_multicolumn.py 66 self.tree.configure(yscrollcommand=vsb.set, xscrollcommand=hsb.set)
dirbrowser.py 72 displaycolumns="size", yscrollcommand=lambda f, l: autoscroll(vsb, f, l),
  /external/python/cpython2/Demo/tkinter/guido/
rmt.py 29 t = Text(f, relief=RAISED, borderwidth=2, yscrollcommand=s.set, setgrid=1)
  /external/python/cpython2/Lib/idlelib/
textView.py 58 self.textView.config(yscrollcommand=self.scrollbarView.set)
keybindingDialog.py 108 self.listKeysFinal.config(yscrollcommand=scrollKeysFinal.set)
AutoCompleteWindow.py 186 self.listbox = listbox = Listbox(acw, yscrollcommand=scrollbar.set,
configDialog.py 139 self.listFontName.config(yscrollcommand=scrollFont.set)
318 self.listBindings.config(yscrollcommand=scrollTargetY.set)
435 self.listHelp.config(yscrollcommand=scrollHelpList.set)
    [all...]
  /external/python/cpython2/Lib/lib-tk/
FileDialog.py 72 yscrollcommand=(self.filesbar, 'set'))
83 yscrollcommand=(self.dirsbar, 'set'))
  /external/python/cpython2/Tools/pynche/
ListViewer.py 48 canvas.configure(yscrollcommand=(self.__scrollbar, 'set'))
PyncheWidget.py 243 text.configure(yscrollcommand=(scrollbar, 'set'))
  /external/python/cpython3/Tools/pynche/
ListViewer.py 48 canvas.configure(yscrollcommand=(self.__scrollbar, 'set'))
PyncheWidget.py 242 text.configure(yscrollcommand=(scrollbar, 'set'))
  /external/python/cpython3/Lib/tkinter/
filedialog.py 77 yscrollcommand=(self.filesbar, 'set'))
88 yscrollcommand=(self.dirsbar, 'set'))
  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 266 'underline', 'wraplength', 'xscrollcommand', 'yscrollcommand',
476 self.checkCommandParam(widget, 'yscrollcommand')
  /external/python/cpython3/Lib/idlelib/
config_key.py 162 self.list_keys_final.config(yscrollcommand=scroll_keys_final.set)
autocomplete_w.py 191 self.listbox = listbox = Listbox(acw, yscrollcommand=scrollbar.set,
configdialog.py 278 self.extension_list.yscrollcommand=scroll.set
550 self.fontlist.config(yscrollcommand=scroll_font.set)
    [all...]
  /external/python/cpython3/Lib/tkinter/test/
widget_tests.py 248 'underline', 'wraplength', 'xscrollcommand', 'yscrollcommand',
458 self.checkCommandParam(widget, 'yscrollcommand')
  /external/python/cpython2/Tools/audiopy/
audiopy 393 text.configure(yscrollcommand=(scrollbar, 'set'))
  /external/python/cpython3/Tools/unittestgui/
unittestgui.py 358 self.errorListbox.configure(yscrollcommand=listScroll.set)
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 488 'xscrollcommand', 'yscrollcommand',
641 'yscrollcommand', 'yscrollincrement', 'width',
706 'takefocus', 'width', 'xscrollcommand', 'yscrollcommand',
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_widgets.py 499 'xscrollcommand', 'yscrollcommand',
652 'yscrollcommand', 'yscrollincrement', 'width',
717 'takefocus', 'width', 'xscrollcommand', 'yscrollcommand',
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pydoc.py     [all...]

Completed in 1206 milliseconds

1 2