Searched refs:yview (Results 1 – 25 of 52) sorted by relevance
123
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_codecontext.py | 75 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')
|
D | htest.py | 351 scrollbar = Scrollbar(frameLabel, command=text.yview)
|
/external/python/cpython2/Tools/webchecker/ |
D | wcgui.py | 197 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/ |
D | kill.py | 42 self.frame.list.yview(int(y)) 83 self.frame.vscroll['command'] = self.frame.list.yview
|
D | rmt.py | 32 s['command'] = t.yview
|
D | svkill.py | 113 self.frame.vscroll['command'] = self.frame.list.yview
|
/external/python/cpython2/Demo/tkinter/ttk/ |
D | listbox_scrollcmd.py | 21 s = ttk.Scrollbar(command=l.yview, orient='vertical')
|
D | treeview_multicolumn.py | 64 vsb = ttk.Scrollbar(orient="vertical", command=self.tree.yview)
|
D | dirbrowser.py | 75 vsb['command'] = tree.yview
|
/external/python/cpython2/Lib/lib-tk/ |
D | ScrolledText.py | 28 self.vbar['command'] = self.yview
|
/external/python/cpython3/Lib/tkinter/ |
D | scrolledtext.py | 28 self.vbar['command'] = self.yview
|
/external/python/cpython3/Lib/idlelib/ |
D | help.py | 210 self.scroll = scroll = Scrollbar(self, command=text.yview) 224 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
|
D | config_key.py | 161 command=self.list_keys_final.yview) 253 self.list_keys_final.yview('moveto', '0.0')
|
D | scrolledlist.py | 24 vbar["command"] = listbox.yview
|
D | textview.py | 56 command=text.yview)
|
D | codecontext.py | 215 self.text.yview(f'{newtop}.0')
|
/external/python/cpython2/Lib/idlelib/ |
D | help.py | 206 scroll = Scrollbar(self, command=text.yview) 219 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
|
D | keybindingDialog.py | 107 command=self.listKeysFinal.yview) 178 self.listKeysFinal.yview(MOVETO, '0.0')
|
D | textView.py | 57 self.scrollbarView.config(command=self.textView.yview)
|
D | ScrolledList.py | 21 vbar["command"] = listbox.yview
|
/external/python/cpython2/Demo/tkinter/matt/ |
D | canvas-with-scrollbars.py | 35 self.draw.scrollY['command'] = self.draw.yview
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | htest.py | 347 scrollbar = tk.Scrollbar(frameLabel, command=text.yview)
|
/external/ImageMagick/scripts/ |
D | xsnap | 296 scrollbar .print.format.scroll -command ".print.format.list yview" 370 scrollbar .save.format.scroll -command ".save.format.list yview"
|
/external/python/cpython2/Tools/pynche/ |
D | ListViewer.py | 168 canvas.yview('moveto', (y1-h) / y2)
|
/external/python/cpython3/Tools/pynche/ |
D | ListViewer.py | 168 canvas.yview('moveto', (y1-h) / y2)
|
123