Lines Matching refs:YView
1498 class YView:
1502 def yview(self, *args):
1504 res = self.tk.call(self._w, 'yview', *args)
1511 self.tk.call(self._w, 'yview', 'moveto', fraction)
1516 self.tk.call(self._w, 'yview', 'scroll', number, what)
2164 class Canvas(Widget, XView, YView):
2539 class Listbox(Widget, XView, YView):
2864 class Text(Widget, XView, YView):
3188 self.tk.call((self._w, 'yview', '-pickplace') + what)