Home
last modified time | relevance | path

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

123

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_codecontext.py75 self.text.yview(0)
202 cc.text.yview(1)
209 cc.text.yview(2)
216 cc.text.yview(3)
223 cc.text.yview(4)
233 cc.text.yview(11)
261 cc.text.yview(5)
279 cc.text.yview(f'{2}.0')
287 cc.text.yview(f'{12}.0')
296 cc.text.yview(f'{12}.0')
Dhtest.py351 scrollbar = Scrollbar(frameLabel, command=text.yview)
/external/python/cpython2/Tools/webchecker/
Dwcgui.py197 self.__todo.list.yview(i)
240 self.__todo.list.yview(i)
281 d.text.yview("1.0")
357 self.list.yview(i)
388 self.text.yview("1.0")
393 self.text.yview(END)
398 self.text.yview(END)
/external/python/cpython2/Demo/tkinter/guido/
Dkill.py42 self.frame.list.yview(int(y))
83 self.frame.vscroll['command'] = self.frame.list.yview
Drmt.py32 s['command'] = t.yview
Dsvkill.py113 self.frame.vscroll['command'] = self.frame.list.yview
/external/python/cpython2/Demo/tkinter/ttk/
Dlistbox_scrollcmd.py21 s = ttk.Scrollbar(command=l.yview, orient='vertical')
Dtreeview_multicolumn.py64 vsb = ttk.Scrollbar(orient="vertical", command=self.tree.yview)
Ddirbrowser.py75 vsb['command'] = tree.yview
/external/python/cpython2/Lib/lib-tk/
DScrolledText.py28 self.vbar['command'] = self.yview
/external/python/cpython3/Lib/tkinter/
Dscrolledtext.py28 self.vbar['command'] = self.yview
/external/python/cpython3/Lib/idlelib/
Dhelp.py210 self.scroll = scroll = Scrollbar(self, command=text.yview)
224 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
Dconfig_key.py161 command=self.list_keys_final.yview)
253 self.list_keys_final.yview('moveto', '0.0')
Dscrolledlist.py24 vbar["command"] = listbox.yview
Dtextview.py56 command=text.yview)
Dcodecontext.py215 self.text.yview(f'{newtop}.0')
/external/python/cpython2/Lib/idlelib/
Dhelp.py206 scroll = Scrollbar(self, command=text.yview)
219 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
DkeybindingDialog.py107 command=self.listKeysFinal.yview)
178 self.listKeysFinal.yview(MOVETO, '0.0')
DtextView.py57 self.scrollbarView.config(command=self.textView.yview)
DScrolledList.py21 vbar["command"] = listbox.yview
/external/python/cpython2/Demo/tkinter/matt/
Dcanvas-with-scrollbars.py35 self.draw.scrollY['command'] = self.draw.yview
/external/python/cpython2/Lib/idlelib/idle_test/
Dhtest.py347 scrollbar = tk.Scrollbar(frameLabel, command=text.yview)
/external/ImageMagick/scripts/
Dxsnap296 scrollbar .print.format.scroll -command ".print.format.list yview"
370 scrollbar .save.format.scroll -command ".save.format.list yview"
/external/python/cpython2/Tools/pynche/
DListViewer.py168 canvas.yview('moveto', (y1-h) / y2)
/external/python/cpython3/Tools/pynche/
DListViewer.py168 canvas.yview('moveto', (y1-h) / y2)

123