/third_party/python/Lib/idlelib/idle_test/ |
D | test_multicall.py | 42 self.assertIs(mc.yview, Text.yview) 44 self.assertIs(mctext.yview.__func__, Text.yview)
|
D | test_codecontext.py | 79 self.text.yview(0) 164 cc.text.yview(11) 234 cc.text.yview(1) 241 cc.text.yview(2) 248 cc.text.yview(3) 255 cc.text.yview(4) 265 cc.text.yview(11) 293 cc.text.yview(5) 311 cc.text.yview('2.0') 319 cc.text.yview('12.0') [all …]
|
D | test_tree.py | 39 def yview(widget, *args): member in TestScrollEvent.test_wheel_event._Widget
|
D | htest.py | 382 scrollbar = Scrollbar(frameLabel, command=text.yview)
|
D | test_config_key.py | 170 yview = Func() variable in KeySelectionTest.Basic.__init__.list_keys_final
|
/third_party/python/Lib/tkinter/ |
D | scrolledtext.py | 29 self.vbar['command'] = self.yview
|
D | __init__.py | 1953 def yview(self, *args): member in YView
|
/third_party/python/Lib/idlelib/ |
D | help.py | 219 self.scroll = scroll = Scrollbar(self, command=text.yview) 233 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
|
D | config_key.py | 163 command=self.list_keys_final.yview) 255 self.list_keys_final.yview('moveto', '0.0')
|
D | scrolledlist.py | 24 vbar["command"] = listbox.yview
|
D | textview.py | 57 command=text.yview)
|
D | tree.py | 80 widget.yview(SCROLL, lines, 'units') 455 self.vbar['command'] = self.canvas.yview
|
D | codecontext.py | 237 self.text.yview(f'{newtop}.0')
|
D | configdialog.py | 354 scroll_font.config(command=self.fontlist.yview) 1234 scroll_target_y['command'] = self.bindingslist.yview 1939 scroll = Scrollbar(frame_ext, command=self.extension_list.yview) 2122 scroll_helplist['command'] = self.helplist.yview 2382 vscrollbar.config(command=canvas.yview)
|
D | iomenu.py | 181 self.text.yview("insert")
|
D | autocomplete_w.py | 206 scrollbar.config(command=listbox.yview)
|
D | debugger.py | 481 vbar["command"] = canvas.yview
|
D | editor.py | 498 self.text.yview(event, *args) 1031 text.yview(float(newtop))
|
/third_party/python/Tools/pynche/ |
D | ListViewer.py | 168 canvas.yview('moveto', (y1-h) / y2)
|
/third_party/python/Lib/turtledemo/ |
D | __main__.py | 218 vbar['command'] = text.yview
|
/third_party/python/Tools/unittestgui/ |
D | unittestgui.py | 353 listScroll = tk.Scrollbar(listFrame, command=self.errorListbox.yview)
|
/third_party/python/Doc/library/ |
D | tkinter.ttk.rst | 799 :meth:`Treeview.xview` and :meth:`Treeview.yview`. 1258 .. method:: yview(*args)
|
/third_party/python/Lib/ |
D | turtle.py | 347 self.vscroll = TK.Scrollbar(master, command=self._canvas.yview)
|
/third_party/python/Misc/ |
D | HISTORY | 14092 and yview* methods. 28697 - Added new listbox and canvas methods: {xview,yview}_{scroll,moveto}.)
|