Home
last modified time | relevance | path

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

12

/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
Dmbox.py264 scanbox.yview(itop)
/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/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.py56 self.scrollbarView.config(command=self.textView.yview)
DScrolledList.py21 vbar["command"] = listbox.yview
DconfigDialog.py138 scrollFont.config(command=self.listFontName.yview)
316 scrollTargetY.config(command=self.listBindings.yview)
434 scrollHelpList.config(command=self.listHelp.yview)
1247 scroll = Scrollbar(frame, command=self.extension_list.yview)
1423 vscrollbar.config(command=canvas.yview)
/external/python/cpython3/Lib/idlelib/
Dhelp.py203 self.scroll = scroll = Scrollbar(self, command=text.yview)
217 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
Dconfig_key.py111 command=self.listKeysFinal.yview)
182 self.listKeysFinal.yview(MOVETO, '0.0')
Dtextview.py56 self.scrollbarView.config(command=self.textView.yview)
Dscrolledlist.py24 vbar["command"] = listbox.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/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/python/cpython3/Lib/idlelib/idle_test/
Dhtest.py358 scrollbar = 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/cpython3/Tools/pynche/
DListViewer.py168 canvas.yview('moveto', (y1-h) / y2)
/external/python/cpython2/Tools/pynche/
DListViewer.py168 canvas.yview('moveto', (y1-h) / y2)

12