Home
last modified time | relevance | path

Searched refs:yview (Results 1 - 21 of 21) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_multicall.py40 # (it depends on yview to not be overridden)
42 self.assertIs(mc.yview, Text.yview)
44 self.assertIs(mctext.yview.__func__, Text.yview)
H A 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.
[all...]
H A Dtest_tree.py35 # Fake widget class containing `yview` only.
39 def yview(widget, *args): member in TestScrollEvent.test_wheel_event._Widget
H A Dhtest.py382 scrollbar = Scrollbar(frameLabel, command=text.yview)
H A Dtest_config_key.py167 yview = Func() variable in KeySelectionTest.Basic.__init__.list_keys_final
/third_party/python/Lib/tkinter/
H A Dscrolledtext.py29 self.vbar['command'] = self.yview
H A D__init__.py1980 def yview(self, *args): member in YView
1982 res = self.tk.call(self._w, 'yview', *args)
1989 self.tk.call(self._w, 'yview', 'moveto', fraction)
1994 self.tk.call(self._w, 'yview', 'scroll', number, what)
3999 self.tk.call((self._w, 'yview', '-pickplace') + what)
/third_party/python/Lib/idlelib/
H A Dhelp.py219 self.scroll = scroll = Scrollbar(self, command=text.yview)
233 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
H A Dconfig_key.py128 command=self.list_keys_final.yview)
220 self.list_keys_final.yview('moveto', '0.0')
H A Dcodecontext.py237 self.text.yview(f'{newtop}.0')
H A Dscrolledlist.py24 vbar["command"] = listbox.yview
H A Dtextview.py57 command=text.yview)
H A Dtree.py73 This function depends on widget.yview to not be overridden by
80 widget.yview(SCROLL, lines, 'units')
455 self.vbar['command'] = self.canvas.yview
H A 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)
H A Diomenu.py178 self.text.yview("insert")
H A Ddebugger.py482 vbar["command"] = canvas.yview
H A Dautocomplete_w.py201 scrollbar.config(command=listbox.yview)
H A Deditor.py547 self.text.yview(event, *args)
1087 text.yview(float(newtop))
/third_party/python/Lib/turtledemo/
H A D__main__.py218 vbar['command'] = text.yview
/third_party/python/Tools/unittestgui/
H A Dunittestgui.py353 listScroll = tk.Scrollbar(listFrame, command=self.errorListbox.yview)
/third_party/python/Lib/
H A Dturtle.py348 self.vscroll = TK.Scrollbar(master, command=self._canvas.yview)

Completed in 24 milliseconds