Searched refs:yview (Results 1 – 25 of 56) sorted by relevance
123
42 self.assertIs(mc.yview, Text.yview)44 self.assertIs(mctext.yview.__func__, Text.yview)
79 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 …]
39 def yview(widget, *args): member in TestScrollEvent.test_wheel_event._Widget
382 scrollbar = Scrollbar(frameLabel, command=text.yview)
259 last_yview = self.sidebar_text.yview()273 yview = self.sidebar_text.yview()274 if yview != last_yview:275 self.text.yview_moveto(yview[0])
219 self.scroll = scroll = Scrollbar(self, command=text.yview)233 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
161 command=self.list_keys_final.yview)253 self.list_keys_final.yview('moveto', '0.0')
24 vbar["command"] = listbox.yview
57 command=text.yview)
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)
42 self.frame.list.yview(int(y))83 self.frame.vscroll['command'] = self.frame.list.yview
32 s['command'] = t.yview
113 self.frame.vscroll['command'] = self.frame.list.yview
21 s = ttk.Scrollbar(command=l.yview, orient='vertical')
64 vsb = ttk.Scrollbar(orient="vertical", command=self.tree.yview)
75 vsb['command'] = tree.yview
29 self.vbar['command'] = self.yview
28 self.vbar['command'] = self.yview
35 self.draw.scrollY['command'] = self.draw.yview
206 scroll = Scrollbar(self, command=text.yview)219 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
107 command=self.listKeysFinal.yview)178 self.listKeysFinal.yview(MOVETO, '0.0')
57 self.scrollbarView.config(command=self.textView.yview)
21 vbar["command"] = listbox.yview
347 scrollbar = tk.Scrollbar(frameLabel, command=text.yview)
168 canvas.yview('moveto', (y1-h) / y2)