Home | History | Annotate | Download | only in lib-tk

Lines Matching full:xview

1477 class XView:
1481 def xview(self, *args):
1483 res = self.tk.call(self._w, 'xview', *args)
1490 self.tk.call(self._w, 'xview', 'moveto', fraction)
1495 self.tk.call(self._w, 'xview', 'scroll', number, what)
2164 class Canvas(Widget, XView, YView):
2434 class Entry(Widget, XView):
2539 class Listbox(Widget, XView, YView):
2864 class Text(Widget, XView, YView):
3371 class Spinbox(Widget, XView):