Home
last modified time | relevance | path

Searched refs:yview (Results 1 – 24 of 24) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_multicall.py42 self.assertIs(mc.yview, Text.yview)
44 self.assertIs(mctext.yview.__func__, Text.yview)
Dtest_codecontext.py79 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 …]
Dtest_tree.py39 def yview(widget, *args): member in TestScrollEvent.test_wheel_event._Widget
Dhtest.py382 scrollbar = Scrollbar(frameLabel, command=text.yview)
Dtest_config_key.py170 yview = Func() variable in KeySelectionTest.Basic.__init__.list_keys_final
/third_party/python/Lib/tkinter/
Dscrolledtext.py29 self.vbar['command'] = self.yview
D__init__.py1953 def yview(self, *args): member in YView
/third_party/python/Lib/idlelib/
Dhelp.py219 self.scroll = scroll = Scrollbar(self, command=text.yview)
233 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
Dconfig_key.py163 command=self.list_keys_final.yview)
255 self.list_keys_final.yview('moveto', '0.0')
Dscrolledlist.py24 vbar["command"] = listbox.yview
Dtextview.py57 command=text.yview)
Dtree.py80 widget.yview(SCROLL, lines, 'units')
455 self.vbar['command'] = self.canvas.yview
Dcodecontext.py237 self.text.yview(f'{newtop}.0')
Dconfigdialog.py354 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)
Diomenu.py181 self.text.yview("insert")
Dautocomplete_w.py206 scrollbar.config(command=listbox.yview)
Ddebugger.py481 vbar["command"] = canvas.yview
Deditor.py498 self.text.yview(event, *args)
1031 text.yview(float(newtop))
/third_party/python/Tools/pynche/
DListViewer.py168 canvas.yview('moveto', (y1-h) / y2)
/third_party/python/Lib/turtledemo/
D__main__.py218 vbar['command'] = text.yview
/third_party/python/Tools/unittestgui/
Dunittestgui.py353 listScroll = tk.Scrollbar(listFrame, command=self.errorListbox.yview)
/third_party/python/Doc/library/
Dtkinter.ttk.rst799 :meth:`Treeview.xview` and :meth:`Treeview.yview`.
1258 .. method:: yview(*args)
/third_party/python/Lib/
Dturtle.py347 self.vscroll = TK.Scrollbar(master, command=self._canvas.yview)
/third_party/python/Misc/
DHISTORY14092 and yview* methods.
28697 - Added new listbox and canvas methods: {xview,yview}_{scroll,moveto}.)